Kinetica C# API
Version 7.2.3.0
|
A set of parameters for Kinetica.clearTables. More...
Classes | |
struct | Options |
A set of string constants for the parameter options. More... | |
Public Member Functions | |
ClearTablesRequest () | |
Constructs a ClearTablesRequest object with default parameters. More... | |
ClearTablesRequest (IList< string > table_names=null, IDictionary< string, string > options=null) | |
Constructs a ClearTablesRequest object with the specified parameters. More... | |
ClearTablesRequest () | |
Constructs a ClearTablesRequest object with default parameters. More... | |
ClearTablesRequest (IList< string > table_names=null, IDictionary< string, string > options=null) | |
Constructs a ClearTablesRequest object with the specified parameters. More... | |
![]() | |
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... | |
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 | |
IList< string > | table_names = new List<string>() [get, set] |
Names of the tables to be cleared, in [schema_name. More... | |
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
![]() | |
Schema | Schema [get] |
Additional Inherited Members | |
![]() | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for Kinetica.clearTables.
Clears (drops) tables in the database cluster. The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
Definition at line 18 of file ClearTables.cs.
|
inline |
Constructs a ClearTablesRequest object with default parameters.
Definition at line 85 of file ClearTables.cs.
|
inline |
Constructs a ClearTablesRequest object with the specified parameters.
table_names | Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.conf parameter 'disable_clear_all'. The default value is an empty List. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 123 of file ClearTables.cs.
|
inline |
Constructs a ClearTablesRequest object with default parameters.
Definition at line 85 of file ClearTables.cs.
|
inline |
Constructs a ClearTablesRequest object with the specified parameters.
table_names | Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.conf parameter 'disable_clear_all'. The default value is an empty List. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 123 of file ClearTables.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 81 of file ClearTables.cs.
|
getset |
Names of the tables to be cleared, in [schema_name.
]table_name format, using standard name resolution rules.
Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.conf parameter 'disable_clear_all'. The default value is an empty List.
Definition at line 53 of file ClearTables.cs.