SetFileSystemProperties
Set the properties for a filesystem. The name of the filesystem is required for a successful operation.
Input
Name | Type | Description |
FileSystem | String | The name of the filesystem for which the properties will be set. |
Properties | String | User-defined properties to be stored with the filesystem, in the format of a comma-separated list of name and value pairs |
ETag | String | Unique identifier of the filesystem used to set a condition to perform the operation on the basis that it matches with the current value of the filesystem. Only one conditional parameter is allowed per operation. |
ModifiedSince | Datetime | A date and time value that sets condition to perform the operation only if the resource has been modified since the specified date and time. Only one conditional parameter is allowed per operation. |
UnmodifiedSince | Datetime | A date and time value that sets condition to perform the operation only if the resource has not been modified since the specified date and time. Only one conditional parameter is allowed per operation. |
Result Set Columns
Name | Type | Description |
Success | String | Determines if the operation was successful or not. |
ETag | String | Unique identifier of the filesystem. |