CreateManagedFolder
Creates a managed folder within a bucket. Requires hierarchical namespace to be enabled on the bucket.
Input
| Name | Type | Required | Description |
| Bucket | String | True | The name of the bucket where the managed folder will be created. |
| Name | String | True | The name of the managed folder, expressed as a path (e.g., example-dir or example-dir/subdir). |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |
| Id | String | The ID of the created managed folder. |