GetFileSystemProperties
Get the properties of a filesystem. The name of the filesystem is required for a successful operation.
Input
| Name | Type | Description |
| FileSystem | String | The path of the file which will be created. |
Result Set Columns
| Name | Type | Description |
| Success | String | Determines if the operation was successful or not. |
| ETag | String | Unique identifier of the filesystem. |
| Properties | String | Properties of the filesystem. |
| DefaultEncryptionScope | String | Default encryption scopes of the filesystem. |
| DenyEncryptionScopeOverride | Boolean | Determines if encryption scope override is denied for the filesystem. |
| LastModified | Datetime | The timestamp when the filesystem was modified for the last time. |