A set of parameters for Kinetica.createDirectory.
More...
A set of parameters for Kinetica.createDirectory.
Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using Kinetica.uploadFiles.
Definition at line 19 of file CreateDirectory.cs.
◆ CreateDirectoryRequest() [1/4]
kinetica.CreateDirectoryRequest.CreateDirectoryRequest |
( |
| ) |
|
|
inline |
◆ CreateDirectoryRequest() [2/4]
kinetica.CreateDirectoryRequest.CreateDirectoryRequest |
( |
string |
directory_name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a CreateDirectoryRequest object with the specified parameters.
- Parameters
-
directory_name | Name of the directory in KiFS to be created. |
options | Optional parameters.
-
CREATE_HOME_DIRECTORY: When set, a home directory is created for the user name provided in the value. The directory_name must be an empty string in this case. The user must exist.
-
DATA_LIMIT: The maximum capacity, in bytes, to apply to the created directory. Set to -1 to indicate no upper limit. If empty, the system default limit is applied.
-
NO_ERROR_IF_EXISTS: If TRUE, does not return an error if the directory already exists. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 150 of file CreateDirectory.cs.
◆ CreateDirectoryRequest() [3/4]
kinetica.CreateDirectoryRequest.CreateDirectoryRequest |
( |
| ) |
|
|
inline |
◆ CreateDirectoryRequest() [4/4]
kinetica.CreateDirectoryRequest.CreateDirectoryRequest |
( |
string |
directory_name, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs a CreateDirectoryRequest object with the specified parameters.
- Parameters
-
directory_name | Name of the directory in KiFS to be created. |
options | Optional parameters.
-
CREATE_HOME_DIRECTORY: When set, a home directory is created for the user name provided in the value. The directory_name must be an empty string in this case. The user must exist.
-
DATA_LIMIT: The maximum capacity, in bytes, to apply to the created directory. Set to -1 to indicate no upper limit. If empty, the system default limit is applied.
-
NO_ERROR_IF_EXISTS: If TRUE, does not return an error if the directory already exists. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 150 of file CreateDirectory.cs.
◆ directory_name
string kinetica.CreateDirectoryRequest.directory_name |
|
getset |
◆ options
IDictionary< string, string > kinetica.CreateDirectoryRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
CREATE_HOME_DIRECTORY: When set, a home directory is created for the user name provided in the value. The directory_name must be an empty string in this case. The user must exist.
-
DATA_LIMIT: The maximum capacity, in bytes, to apply to the created directory. Set to -1 to indicate no upper limit. If empty, the system default limit is applied.
-
NO_ERROR_IF_EXISTS: If TRUE, does not return an error if the directory already exists. Supported values:
The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 100 of file CreateDirectory.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateDirectory.cs