GetFileSystemProperties
Retrieves metadata and configuration properties of a given filesystem, such as quota or access settings, by specifying its name.
Input
| Name | Type | Description |
| FileSystem | String | Mandatory. The name of the filesystem in Azure Data Lake Storage to retrieve properties for. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the filesystem property retrieval operation completed successfully. |
| ETag | String | A unique identifier for the filesystem, useful for concurrency control and version tracking. |
| Properties | String | Metadata key-value properties associated with the filesystem. |
| DefaultEncryptionScope | String | The default encryption scope applied to the filesystem for securing stored data. |
| DenyEncryptionScopeOverride | Boolean | Indicates whether the filesystem can override the default encryption. |
| LastModified | Datetime | The date and time when the filesystem was last modified. |