A set of parameters for Kinetica.clearStatistics. More…
Public Member Functions | |
| ClearStatisticsRequest () | |
| Constructs a ClearStatisticsRequest object with default parameters. | |
| ClearStatisticsRequest (string table_name=null, string column_name=null, IDictionary< string, string > options=null) | |
| Constructs a ClearStatisticsRequest object with the specified parameters. | |
| ClearStatisticsRequest () | |
| Constructs a ClearStatisticsRequest object with default parameters. | |
| ClearStatisticsRequest (string table_name=null, string column_name=null, IDictionary< string, string > options=null) | |
| Constructs a ClearStatisticsRequest 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 a table, in [schema_name. | |
| string | column_name = "" [get, set] |
| Name of the column in ClearStatisticsRequest.table_name for which to clear statistics. | |
| 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.clearStatistics.
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Definition at line 16 of file ClearStatistics.cs.
Constructor & Destructor Documentation
◆ ClearStatisticsRequest() [1/4]
| inline |
Constructs a ClearStatisticsRequest object with default parameters.
Definition at line 40 of file ClearStatistics.cs.
◆ ClearStatisticsRequest() [2/4]
| inline |
Constructs a ClearStatisticsRequest object with the specified parameters.
| table_name | Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. The default value is ”. |
| column_name | Name of the column in table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table. The default value is ”. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 56 of file ClearStatistics.cs.
◆ ClearStatisticsRequest() [3/4]
| inline |
Constructs a ClearStatisticsRequest object with default parameters.
Definition at line 40 of file ClearStatistics.cs.
◆ ClearStatisticsRequest() [4/4]
| inline |
Constructs a ClearStatisticsRequest object with the specified parameters.
| table_name | Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. The default value is ”. |
| column_name | Name of the column in table_name for which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table. The default value is ”. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 56 of file ClearStatistics.cs.
Property Documentation
◆ column_name
| getset |
Name of the column in ClearStatisticsRequest.table_name for which to clear statistics.
The column must be from an existing table. An empty string clears statistics for all columns in the table. The default value is ”.
Definition at line 31 of file ClearStatistics.cs.
◆ options
| getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 36 of file ClearStatistics.cs.
◆ table_name
| getset |
Name of a table, in [schema_name.
]table_name format, using standard name resolution rules.
Must be an existing table. The default value is ”.
Definition at line 23 of file ClearStatistics.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/ClearStatistics.cs
- Kinetica/Protocol/ClearStatistics.cs