SetFileSystemProperties
Updates or configures filesystem properties, such as access policies or storage options, by specifying the filesystem name.
Input
| Name | Type | Description |
| FileSystem | String | Mandatory. The name of the filesystem in Azure Data Lake Storage where properties are updated. |
| Properties | String | User-defined metadata for the filesystem, provided as a comma-separated list of name-value pairs ('n1=v1,n2=v2,...') where each value is a base64-encoded string in the ISO-8859-1 character set. Properties not included in the list are removed. |
| ETag | String | A unique identifier for the filesystem, used as a conditional parameter to perform the operation only if the value matches the current ETag. Only one conditional parameter may be used per operation. |
| ModifiedSince | Datetime | A conditional parameter that performs the operation only if the filesystem has been modified since the specified date and time. Only one conditional parameter may be used per operation. |
| UnmodifiedSince | Datetime | A conditional parameter that performs the operation only if the filesystem has not been modified since the specified date and time. Only one conditional parameter may be used per operation. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the filesystem property update operation completes successfully. |
| ETag | String | The unique identifier of the filesystem after the properties are updated, useful for concurrency control and version tracking. |