Skip to main content

A set of parameters for Kinetica.hasTable. More…

Inheritance diagram for kinetica.HasTableRequest:
Collaboration diagram for kinetica.HasTableRequest:

Public Member Functions

 HasTableRequest ()
 Constructs a HasTableRequest object with default parameters.
 
 HasTableRequest (string table_name, IDictionary< string, string > options=null)
 Constructs a HasTableRequest object with the specified parameters.
 
 HasTableRequest ()
 Constructs a HasTableRequest object with default parameters.
 
 HasTableRequest (string table_name, IDictionary< string, string > options=null)
 Constructs a HasTableRequest 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 table_name [get, set]
 Name of the table to check for existence, in [schema_name.
 
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.hasTable.

Checks for the existence of a table with the given name.

Definition at line 16 of file HasTable.cs.

Constructor & Destructor Documentation

◆ HasTableRequest() [1/4]

kinetica.HasTableRequest.HasTableRequest ()
inline

Constructs a HasTableRequest object with default parameters.

Definition at line 31 of file HasTable.cs.

◆ HasTableRequest() [2/4]

kinetica.HasTableRequest.HasTableRequest (stringtable_name,
IDictionary< string, string >options = null )
inline

Constructs a HasTableRequest object with the specified parameters.

Parameters
table_nameName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
optionsOptional parameters. The default value is an empty Dictionary.

Definition at line 42 of file HasTable.cs.

◆ HasTableRequest() [3/4]

kinetica.HasTableRequest.HasTableRequest ()
inline

Constructs a HasTableRequest object with default parameters.

Definition at line 31 of file HasTable.cs.

◆ HasTableRequest() [4/4]

kinetica.HasTableRequest.HasTableRequest (stringtable_name,
IDictionary< string, string >options = null )
inline

Constructs a HasTableRequest object with the specified parameters.

Parameters
table_nameName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
optionsOptional parameters. The default value is an empty Dictionary.

Definition at line 42 of file HasTable.cs.

Property Documentation

◆ options

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

Optional parameters.

The default value is an empty Dictionary.

Definition at line 27 of file HasTable.cs.

◆ table_name

string kinetica.HasTableRequest.table_name
getset

Name of the table to check for existence, in [schema_name.

]table_name format, using standard name resolution rules.

Definition at line 22 of file HasTable.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/HasTable.cs
  • Kinetica/Protocol/HasTable.cs