Skip to main content

A set of parameters for Kinetica.createDirectory. More…

Inheritance diagram for kinetica.CreateDirectoryRequest:
Collaboration diagram for kinetica.CreateDirectoryRequest:

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]

kinetica.CreateDirectoryRequest.CreateDirectoryRequest ()
inline

Constructs a CreateDirectoryRequest object with default parameters.

Definition at line 121 of file CreateDirectory.cs.

◆ CreateDirectoryRequest() [2/4]

kinetica.CreateDirectoryRequest.CreateDirectoryRequest (stringdirectory_name,
IDictionary< string, string >options = null )
inline

Constructs a CreateDirectoryRequest object with the specified parameters.

Parameters
directory_nameName of the directory in KiFS to be created.
optionsOptional 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 173 of file CreateDirectory.cs.

◆ CreateDirectoryRequest() [3/4]

kinetica.CreateDirectoryRequest.CreateDirectoryRequest ()
inline

Constructs a CreateDirectoryRequest object with default parameters.

Definition at line 121 of file CreateDirectory.cs.

◆ CreateDirectoryRequest() [4/4]

kinetica.CreateDirectoryRequest.CreateDirectoryRequest (stringdirectory_name,
IDictionary< string, string >options = null )
inline

Constructs a CreateDirectoryRequest object with the specified parameters.

Parameters
directory_nameName of the directory in KiFS to be created.
optionsOptional 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 173 of file CreateDirectory.cs.

Property Documentation

◆ directory_name

string kinetica.CreateDirectoryRequest.directory_name
getset

Name of the directory in KiFS to be created.

Definition at line 70 of file CreateDirectory.cs.

◆ options

IDictionary< string, string > kinetica.CreateDirectoryRequest.options = new Dictionary<string, string>()
getset

Optional parameters.

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: