Skip to main content

A set of parameters for Kinetica.deleteProc. More…

Inheritance diagram for kinetica.DeleteProcRequest:
Collaboration diagram for kinetica.DeleteProcRequest:

Public Member Functions

 DeleteProcRequest ()
 Constructs a DeleteProcRequest object with default parameters.
 
 DeleteProcRequest (string proc_name, IDictionary< string, string > options=null)
 Constructs a DeleteProcRequest object with the specified parameters.
 
 DeleteProcRequest ()
 Constructs a DeleteProcRequest object with default parameters.
 
 DeleteProcRequest (string proc_name, IDictionary< string, string > options=null)
 Constructs a DeleteProcRequest 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 proc_name [get, set]
 Name of the proc to be deleted.
 
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.deleteProc.

Deletes a proc. Any currently running instances of the proc will be killed.

Definition at line 16 of file DeleteProc.cs.

Constructor & Destructor Documentation

◆ DeleteProcRequest() [1/4]

kinetica.DeleteProcRequest.DeleteProcRequest ()
inline

Constructs a DeleteProcRequest object with default parameters.

Definition at line 30 of file DeleteProc.cs.

◆ DeleteProcRequest() [2/4]

kinetica.DeleteProcRequest.DeleteProcRequest (stringproc_name,
IDictionary< string, string >options = null )
inline

Constructs a DeleteProcRequest object with the specified parameters.

Parameters
proc_nameName of the proc to be deleted. Must be the name of a currently existing proc.
optionsOptional parameters. The default value is an empty Dictionary.

Definition at line 39 of file DeleteProc.cs.

◆ DeleteProcRequest() [3/4]

kinetica.DeleteProcRequest.DeleteProcRequest ()
inline

Constructs a DeleteProcRequest object with default parameters.

Definition at line 30 of file DeleteProc.cs.

◆ DeleteProcRequest() [4/4]

kinetica.DeleteProcRequest.DeleteProcRequest (stringproc_name,
IDictionary< string, string >options = null )
inline

Constructs a DeleteProcRequest object with the specified parameters.

Parameters
proc_nameName of the proc to be deleted. Must be the name of a currently existing proc.
optionsOptional parameters. The default value is an empty Dictionary.

Definition at line 39 of file DeleteProc.cs.

Property Documentation

◆ options

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

Optional parameters.

The default value is an empty Dictionary.

Definition at line 26 of file DeleteProc.cs.

◆ proc_name

string kinetica.DeleteProcRequest.proc_name
getset

Name of the proc to be deleted.

Must be the name of a currently existing proc.

Definition at line 21 of file DeleteProc.cs.


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