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 'n1=v1, n2=v2, ...', where each value is a base64 encoded string. Note that the string may only contain ASCII characters in the ISO-8859-1 character set. If the filesystem exists, any properties not included in the list will be removed. |
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. |