A set of string constants for the parameter ShowTableRequest.options. More…
Static Public Attributes | |
| const string | DEPENDENCIES = “dependencies” |
| Include view dependencies in the output. | |
| const string | TRUE = “true” |
| A boolean constant for the ShowTableRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the ShowTableRequest.Options options. | |
| const string | FORCE_SYNCHRONOUS = “force_synchronous” |
| If TRUE then the table sizes will wait for read lock before returning. | |
| const string | GET_ACCESS_DATA = “get_access_data” |
| If TRUE then data about the last read, write, alter and create will be returned. | |
| const string | GET_CACHED_SIZES = “get_cached_sizes” |
| If TRUE then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. | |
| const string | GET_SIZES = “get_sizes” |
| If TRUE then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. | |
| const string | REFERENCING_MATERIALIZED_VIEWS = “referencing_materialized_views” |
| Include materialized views using this table as a source in the output. | |
| const string | SKIP_ADDITIONAL_INFO = “skip_additional_info” |
| If TRUE then the response will not populate the additional_info field. | |
| const string | NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists” |
| If FALSE will return an error if the provided ShowTableRequest.table_name does not exist. | |
| const string | SKIP_TEMP_SCHEMAS = “skip_temp_schemas” |
| If TRUE then the table list will not include tables from SYS_TEMP and other system temporary schemas. | |
| const string | SHOW_CHILDREN = “show_children” |
| If ShowTableRequest.table_name is a schema, then TRUE will return information about the tables and views in the schema, and FALSE will return information about the schema itself. | |
| const string | GET_COLUMN_INFO = “get_column_info” |
| If TRUE then column info (memory usage, etc) will be returned. | |
Detailed Description
A set of string constants for the parameter ShowTableRequest.options.
Optional parameters.
Definition at line 50 of file ShowTable.cs.
Member Data Documentation
◆ DEPENDENCIES
| static |
Include view dependencies in the output.
Supported values:
The default value is FALSE.
Definition at line 66 of file ShowTable.cs.
◆ FALSE
| static |
A boolean constant for the ShowTableRequest.Options options.
Definition at line 74 of file ShowTable.cs.
◆ FORCE_SYNCHRONOUS
| static |
◆ GET_ACCESS_DATA
| static |
◆ GET_CACHED_SIZES
| static |
If TRUE then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise.
This version will return the sizes cached at rank 0, which may be stale if there is a multihead insert occurring. Supported values:
The default value is FALSE.
Definition at line 130 of file ShowTable.cs.
◆ GET_COLUMN_INFO
| static |
◆ GET_SIZES
| static |
◆ NO_ERROR_IF_NOT_EXISTS
| static |
If FALSE will return an error if the provided ShowTableRequest.table_name does not exist.
If TRUE then it will return an empty result. Supported values:
The default value is FALSE.
Definition at line 204 of file ShowTable.cs.
◆ REFERENCING_MATERIALIZED_VIEWS
| static |
Include materialized views using this table as a source in the output.
Supported values:
The default value is FALSE.
Definition at line 165 of file ShowTable.cs.
◆ SHOW_CHILDREN
| static |
If ShowTableRequest.table_name is a schema, then TRUE will return information about the tables and views in the schema, and FALSE will return information about the schema itself.
If ShowTableRequest.table_name is a table or view, SHOW_CHILDREN must be FALSE. If ShowTableRequest.table_name is empty, then SHOW_CHILDREN must be TRUE. Supported values:
The default value is TRUE.
Definition at line 250 of file ShowTable.cs.
◆ SKIP_ADDITIONAL_INFO
| static |
◆ SKIP_TEMP_SCHEMAS
| static |
◆ TRUE
| static |
A boolean constant for the ShowTableRequest.Options options.
Definition at line 70 of file ShowTable.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowTable.cs
- Kinetica/Protocol/ShowTable.cs