◆ createDirectory() [1/2]
| inline |
Creates a new directory in KiFS.
The new directory serves as a location in which the user can upload files using uploadFiles.
| request_ | Request object containing the parameters for the operation. |
Definition at line 19921 of file KineticaFunctions.cs.
◆ createDirectory() [2/2]
| inline |
Creates a new directory in KiFS.
The new directory serves as a location in which the user can upload files using uploadFiles.
| directory_name | Name of the directory in KiFS to be created. |
| options | Optional parameters.
|
Definition at line 20005 of file KineticaFunctions.cs.
◆ CreateDirectoryAsync() [1/2]
| inline |
Creates a new directory in KiFS.
(async)
The new directory serves as a location in which the user can upload files using uploadFiles.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 19941 of file KineticaFunctions.cs.
◆ CreateDirectoryAsync() [2/2]
| inline |
Creates a new directory in KiFS.
(async)
The new directory serves as a location in which the user can upload files using uploadFiles.
| directory_name | Name of the directory in KiFS to be created. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 20069 of file KineticaFunctions.cs.