Skip to main content

A set of parameters for Kinetica.dropEnvironment. More…

Inheritance diagram for kinetica.DropEnvironmentRequest:
Collaboration diagram for kinetica.DropEnvironmentRequest:

Classes

struct  Options
 A set of string constants for the parameter DropEnvironmentRequest.options. More…
 

Public Member Functions

 DropEnvironmentRequest ()
 Constructs a DropEnvironmentRequest object with default parameters.
 
 DropEnvironmentRequest (string environment_name, IDictionary< string, string > options=null)
 Constructs a DropEnvironmentRequest object with the specified parameters.
 
 DropEnvironmentRequest ()
 Constructs a DropEnvironmentRequest object with default parameters.
 
 DropEnvironmentRequest (string environment_name, IDictionary< string, string > options=null)
 Constructs a DropEnvironmentRequest 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 environment_name [get, set]
 Name of the environment to be dropped.
 
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.dropEnvironment.

Drop an existing user-defined function (UDF) environment.

Definition at line 16 of file DropEnvironment.cs.

Constructor & Destructor Documentation

◆ DropEnvironmentRequest() [1/4]

kinetica.DropEnvironmentRequest.DropEnvironmentRequest ()
inline

Constructs a DropEnvironmentRequest object with default parameters.

Definition at line 102 of file DropEnvironment.cs.

◆ DropEnvironmentRequest() [2/4]

kinetica.DropEnvironmentRequest.DropEnvironmentRequest (stringenvironment_name,
IDictionary< string, string >options = null )
inline

Constructs a DropEnvironmentRequest object with the specified parameters.

Parameters
environment_nameName of the environment to be dropped. Must be an existing environment.
optionsOptional parameters.
  • NO_ERROR_IF_NOT_EXISTS: If TRUE and if the environment specified in environment_name does not exist, no error is returned. If FALSE and if the environment specified in environment_name does not exist, then an error is returned. Supported values:The default value is FALSE.
The default value is an empty Dictionary.

Definition at line 141 of file DropEnvironment.cs.

◆ DropEnvironmentRequest() [3/4]

kinetica.DropEnvironmentRequest.DropEnvironmentRequest ()
inline

Constructs a DropEnvironmentRequest object with default parameters.

Definition at line 102 of file DropEnvironment.cs.

◆ DropEnvironmentRequest() [4/4]

kinetica.DropEnvironmentRequest.DropEnvironmentRequest (stringenvironment_name,
IDictionary< string, string >options = null )
inline

Constructs a DropEnvironmentRequest object with the specified parameters.

Parameters
environment_nameName of the environment to be dropped. Must be an existing environment.
optionsOptional parameters.
  • NO_ERROR_IF_NOT_EXISTS: If TRUE and if the environment specified in environment_name does not exist, no error is returned. If FALSE and if the environment specified in environment_name does not exist, then an error is returned. Supported values:The default value is FALSE.
The default value is an empty Dictionary.

Definition at line 141 of file DropEnvironment.cs.

Property Documentation

◆ environment_name

string kinetica.DropEnvironmentRequest.environment_name
getset

Name of the environment to be dropped.

Must be an existing environment.

Definition at line 62 of file DropEnvironment.cs.

◆ options

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

Optional parameters.

The default value is an empty Dictionary.

Definition at line 98 of file DropEnvironment.cs.


The documentation for this class was generated from the following files: