CreateFileSystem
Creates a new filesystem (container) in Azure Data Lake Storage by specifying its name, providing a dedicated namespace for organizing files and folders.
Input
| Name | Type | Description |
| FileSystem | String | Mandatory. The name of the new filesystem created in Azure Data Lake Storage. |
| Properties | String | Key-value properties applied to the filesystem for metadata or configuration. |
| DefaultEncryptionScope | String | The default encryption scope assigned to the filesystem for data protection. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the filesystem creation operation completes successfully. |
| ETag | String | A unique identifier for the filesystem, useful for concurrency checks and version control. |