Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | CREATE_TEMP_TABLE = "create_temp_table" |
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of table_name. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | COLLECTION_NAME = "collection_name" |
[DEPRECATED–please specify the containing schema for the merged table as part of table_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created merged table specified by table_name. More... | |
const string | IS_REPLICATED = "is_replicated" |
Indicates the distribution scheme for the data of the merged table specified in table_name. More... | |
const string | TTL = "ttl" |
Sets the TTL of the merged table specified in table_name. More... | |
const string | PERSIST = "persist" |
If TRUE, then the table specified in table_name will be persisted and will not expire unless a TTL is specified. More... | |
const string | CHUNK_SIZE = "chunk_size" |
Indicates the number of records per chunk to be used for the merged table specified in table_name. More... | |
const string | CHUNK_COLUMN_MAX_MEMORY = "chunk_column_max_memory" |
Indicates the target maximum data size for each column in a chunk to be used for the merged table specified in table_name. More... | |
const string | CHUNK_MAX_MEMORY = "chunk_max_memory" |
Indicates the target maximum data size for all columns in a chunk to be used for the merged table specified in table_name. More... | |
const string | VIEW_ID = "view_id" |
view this result table is part of. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 34 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.CHUNK_COLUMN_MAX_MEMORY = "chunk_column_max_memory" |
Indicates the target maximum data size for each column in a chunk to be used for the merged table specified in table_name.
Definition at line 111 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.CHUNK_MAX_MEMORY = "chunk_max_memory" |
Indicates the target maximum data size for all columns in a chunk to be used for the merged table specified in table_name.
Definition at line 116 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.CHUNK_SIZE = "chunk_size" |
Indicates the number of records per chunk to be used for the merged table specified in table_name.
Definition at line 106 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.COLLECTION_NAME = "collection_name" |
[DEPRECATED–please specify the containing schema for the merged table as part of table_name and use Kinetica.createSchema to create the schema if non-existent] Name of a schema for the newly created merged table specified by table_name.
Definition at line 62 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.CREATE_TEMP_TABLE = "create_temp_table" |
If TRUE, a unique temporary table name will be generated in the sys_temp schema and used in place of table_name.
Supported values:
The default value is FALSE.
Definition at line 50 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.FALSE = "false" |
Definition at line 53 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.IS_REPLICATED = "is_replicated" |
Indicates the distribution scheme for the data of the merged table specified in table_name.
Supported values:
The default value is FALSE.
Definition at line 79 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.PERSIST = "persist" |
If TRUE, then the table specified in table_name will be persisted and will not expire unless a TTL is specified.
Supported values:
The default value is TRUE.
Definition at line 101 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.TRUE = "true" |
Definition at line 52 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.TTL = "ttl" |
Sets the TTL of the merged table specified in table_name.
Definition at line 84 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.VIEW_ID = "view_id" |
view this result table is part of.
The default value is ''.
Definition at line 120 of file MergeRecords.cs.