A set of parameters for Kinetica.clearTables. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter ClearTablesRequest.options. More… | |
Public Member Functions | |
| ClearTablesRequest () | |
| Constructs a ClearTablesRequest object with default parameters. | |
| ClearTablesRequest (IList< string > table_names=null, IDictionary< string, string > options=null) | |
| Constructs a ClearTablesRequest object with the specified parameters. | |
| ClearTablesRequest () | |
| Constructs a ClearTablesRequest object with default parameters. | |
| ClearTablesRequest (IList< string > table_names=null, IDictionary< string, string > options=null) | |
| Constructs a ClearTablesRequest 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 | |
| IList< string > | table_names = new List<string>() [get, set] |
| Names of the tables to be cleared, 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.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.
Constructor & Destructor Documentation
◆ ClearTablesRequest() [1/4]
| inline |
Constructs a ClearTablesRequest object with default parameters.
Definition at line 104 of file ClearTables.cs.
◆ ClearTablesRequest() [2/4]
| 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.
|
Definition at line 148 of file ClearTables.cs.
◆ ClearTablesRequest() [3/4]
| inline |
Constructs a ClearTablesRequest object with default parameters.
Definition at line 104 of file ClearTables.cs.
◆ ClearTablesRequest() [4/4]
| 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.
|
Definition at line 148 of file ClearTables.cs.
Property Documentation
◆ options
| getset |
Optional parameters.
- NO_ERROR_IF_NOT_EXISTS: If TRUE and if a table specified in ClearTablesRequest.table_names does not exist no error is returned. If FALSE and if a table specified in ClearTablesRequest.table_names 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 100 of file ClearTables.cs.
◆ table_names
| 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 66 of file ClearTables.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/ClearTables.cs
- Kinetica/Protocol/ClearTables.cs