◆ alterDirectory() [1/2]
| inline |
Alters an existing directory in KiFS.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 10405 of file KineticaFunctions.cs.
◆ alterDirectory() [2/2]
| inline |
Alters an existing directory in KiFS.
Parameters
| directory_name | Name of the directory in KiFS to be altered. |
| directory_updates_map | Map containing the properties of the directory to be altered. Error if empty.
|
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 10449 of file KineticaFunctions.cs.
◆ AlterDirectoryAsync() [1/2]
| inline |
Alters an existing directory in KiFS.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 10421 of file KineticaFunctions.cs.
◆ AlterDirectoryAsync() [2/2]
| inline |
Alters an existing directory in KiFS.
(async)
Parameters
| directory_name | Name of the directory in KiFS to be altered. |
| directory_updates_map | Map containing the properties of the directory to be altered. Error if empty.
|
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 10479 of file KineticaFunctions.cs.