A set of parameters for Kinetica.createDirectory. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter CreateDirectoryRequest.options. More… | |
Public Member Functions | |
| CreateDirectoryRequest () | |
| Constructs a CreateDirectoryRequest object with default parameters. | |
| CreateDirectoryRequest (string directory_name, IDictionary< string, string > options=null) | |
| Constructs a CreateDirectoryRequest object with the specified parameters. | |
| CreateDirectoryRequest () | |
| Constructs a CreateDirectoryRequest object with default parameters. | |
| CreateDirectoryRequest (string directory_name, IDictionary< string, string > options=null) | |
| Constructs a CreateDirectoryRequest object with the specified parameters. | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
Properties | |
| string | directory_name [get, set] |
| Name of the directory in KiFS to be created. | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ CreateDirectoryRequest() [1/4]
| inline |
Constructs a CreateDirectoryRequest object with default parameters.
Definition at line 121 of file CreateDirectory.cs.
◆ CreateDirectoryRequest() [2/4]
| inline |
Constructs a CreateDirectoryRequest object with the specified parameters.
| directory_name | Name of the directory in KiFS to be created. |
| options | Optional parameters.
|
Definition at line 173 of file CreateDirectory.cs.
◆ CreateDirectoryRequest() [3/4]
| inline |
Constructs a CreateDirectoryRequest object with default parameters.
Definition at line 121 of file CreateDirectory.cs.
◆ CreateDirectoryRequest() [4/4]
| inline |
Constructs a CreateDirectoryRequest object with the specified parameters.
| directory_name | Name of the directory in KiFS to be created. |
| options | Optional parameters.
|
Definition at line 173 of file CreateDirectory.cs.
Property Documentation
◆ directory_name
| getset |
Name of the directory in KiFS to be created.
Definition at line 70 of file CreateDirectory.cs.
◆ options
| getset |
Optional parameters.
- CREATE_HOME_DIRECTORY: When set, a home directory is created for the user name provided in the value. The CreateDirectoryRequest.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 117 of file CreateDirectory.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateDirectory.cs
- Kinetica/Protocol/CreateDirectory.cs