Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AdminDeleteNodeRequest Class Reference

A set of parameters for /admin/delete/node. More...

+ Inheritance diagram for kinetica.AdminDeleteNodeRequest:
+ Collaboration diagram for kinetica.AdminDeleteNodeRequest:

Public Member Functions

 AdminDeleteNodeRequest ()
 Constructs an AdminDeleteNodeRequest object with default parameters. More...
 
 AdminDeleteNodeRequest (int rank, string authorization, IDictionary< string, string > options=null)
 Constructs an AdminDeleteNodeRequest object with the specified parameters. More...
 
- Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type More...
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type More...
 
object Get (int fieldPos)
 Retrieve a specific property from this object More...
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object More...
 

Properties

int rank [get, set]
 
string authorization [get, set]
 
IDictionary< string, string > options [get, set]
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 

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. More...
 

Detailed Description

A set of parameters for /admin/delete/node.


Definition at line 18 of file AdminDeleteNode.cs.

Constructor & Destructor Documentation

kinetica.AdminDeleteNodeRequest.AdminDeleteNodeRequest ( )
inline

Constructs an AdminDeleteNodeRequest object with default parameters.

Definition at line 40 of file AdminDeleteNode.cs.

kinetica.AdminDeleteNodeRequest.AdminDeleteNodeRequest ( int  rank,
string  authorization,
IDictionary< string, string >  options = null 
)
inline

Constructs an AdminDeleteNodeRequest object with the specified parameters.

Parameters
rank
authorization
options

Definition at line 50 of file AdminDeleteNode.cs.

Property Documentation

string kinetica.AdminDeleteNodeRequest.authorization
getset

Definition at line 30 of file AdminDeleteNode.cs.

IDictionary<string, string> kinetica.AdminDeleteNodeRequest.options
getset

Definition at line 34 of file AdminDeleteNode.cs.

int kinetica.AdminDeleteNodeRequest.rank
getset

Definition at line 26 of file AdminDeleteNode.cs.


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