Kinetica C# API  Version 6.2.0.1
kinetica.ShowTableRequest.Options Struct Reference

Optional parameters. More...

Public Attributes

const string FORCE_SYNCHRONOUS = "force_synchronous"
 If true then the table sizes will wait for read lock before returning. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string GET_SIZES = "get_sizes"
 If true then the table sizes will be returned; blank, otherwise. More...
 
const string SHOW_CHILDREN = "show_children"
 If table_name is a collection, then true will return information about the children of the collection, while false will return information about the collection itself. 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 GET_COLUMN_INFO = "get_column_info"
 If true then column info (memory usage, etc) will be returned. More...
 

Detailed Description

Optional parameters.

  • FORCE_SYNCHRONOUS: If true then the table sizes will wait for read lock before returning. Supported values: The default value is TRUE.
  • GET_SIZES: If true then the table sizes will be returned; blank, otherwise. Supported values: The default value is FALSE.
  • SHOW_CHILDREN: If is a collection, then true will return information about the children of the collection, while false will return information about the collection itself.
    If is empty or '*', then show_children must be true (or not specified); otherwise, no results will be returned. Supported values: The default value is TRUE.
  • NO_ERROR_IF_NOT_EXISTS: If false will return an error if the provided does not exist. If true then it will return an empty result. Supported values: The default value is FALSE.
  • GET_COLUMN_INFO: If true then column info (memory usage, etc) will be returned. Supported values: The default value is FALSE.

The default value is an empty Dictionary. A set of string constants for the parameter options.

Definition at line 152 of file ShowTable.cs.

Member Data Documentation

◆ FALSE

const string kinetica.ShowTableRequest.Options.FALSE = "false"

Definition at line 172 of file ShowTable.cs.

◆ FORCE_SYNCHRONOUS

const string kinetica.ShowTableRequest.Options.FORCE_SYNCHRONOUS = "force_synchronous"

If true then the table sizes will wait for read lock before returning.

Supported values:

The default value is TRUE.

Definition at line 170 of file ShowTable.cs.

◆ GET_COLUMN_INFO

const string kinetica.ShowTableRequest.Options.GET_COLUMN_INFO = "get_column_info"

If true then column info (memory usage, etc) will be returned.

Supported values:

The default value is FALSE.

Definition at line 247 of file ShowTable.cs.

◆ GET_SIZES

const string kinetica.ShowTableRequest.Options.GET_SIZES = "get_sizes"

If true then the table sizes will be returned; blank, otherwise.

Supported values:

The default value is FALSE.

Definition at line 189 of file ShowTable.cs.

◆ NO_ERROR_IF_NOT_EXISTS

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.

If true then it will return an empty result. Supported values:

The default value is FALSE.

Definition at line 230 of file ShowTable.cs.

◆ SHOW_CHILDREN

const string kinetica.ShowTableRequest.Options.SHOW_CHILDREN = "show_children"

If table_name is a collection, then true will return information about the children of the collection, while false will return information about the collection itself.


If table_name is empty or '*', then show_children must be true (or not specified); otherwise, no results will be returned. Supported values:

The default value is TRUE.

Definition at line 212 of file ShowTable.cs.

◆ TRUE

const string kinetica.ShowTableRequest.Options.TRUE = "true"

Definition at line 171 of file ShowTable.cs.


The documentation for this struct was generated from the following file: