Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | DEPENDENCIES = "dependencies" |
Include view dependencies in the output. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | FORCE_SYNCHRONOUS = "force_synchronous" |
If TRUE then the table sizes will wait for read lock before returning. More... | |
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. More... | |
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. More... | |
const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If FALSE will return an error if the provided table_name does not exist. More... | |
const string | SHOW_CHILDREN = "show_children" |
If 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. More... | |
const string | GET_COLUMN_INFO = "get_column_info" |
If TRUE then column info (memory usage, etc) will be returned. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 48 of file ShowTable.cs.
const string kinetica.ShowTableRequest.Options.DEPENDENCIES = "dependencies" |
Include view dependencies in the output.
Supported values:
The default value is FALSE.
Definition at line 62 of file ShowTable.cs.
const string kinetica.ShowTableRequest.Options.FALSE = "false" |
Definition at line 65 of file ShowTable.cs.
const string kinetica.ShowTableRequest.Options.FORCE_SYNCHRONOUS = "force_synchronous" |
const string kinetica.ShowTableRequest.Options.GET_CACHED_SIZES = "get_cached_sizes" |
const string kinetica.ShowTableRequest.Options.GET_COLUMN_INFO = "get_column_info" |
const string kinetica.ShowTableRequest.Options.GET_SIZES = "get_sizes" |
const string kinetica.ShowTableRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If FALSE will return an error if the provided table_name does not exist.
Supported values:
The default value is FALSE.
Definition at line 128 of file ShowTable.cs.
const string kinetica.ShowTableRequest.Options.SHOW_CHILDREN = "show_children" |
If 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.
Supported values:
The default value is TRUE.
Definition at line 146 of file ShowTable.cs.
const string kinetica.ShowTableRequest.Options.TRUE = "true" |
Definition at line 64 of file ShowTable.cs.