Kinetica C# API
Version 6.2.0.1
|
Optional parameters. More...
Public Attributes | |
const string | COLLECTION_NAME = "collection_name" |
Name of a collection which is to contain 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 | TRUE = "true" |
const string | FALSE = "false" |
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 chunk size 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... | |
Optional parameters.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 122 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.CHUNK_SIZE = "chunk_size" |
Indicates the chunk size to be used for the merged table specified in table_name.
Definition at line 185 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.COLLECTION_NAME = "collection_name" |
Name of a collection which is to contain the newly created merged table specified by table_name.
If the collection provided is non-existent, the collection will be automatically created. If empty, then the newly created merged table will be a top-level table.
Definition at line 130 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.FALSE = "false" |
Definition at line 156 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.
If true, the table will be replicated. If false, the table will be randomly sharded. Supported values:
The default value is FALSE.
Definition at line 154 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.
If false, then the table will be an in-memory table and will expire unless a ttl is specified otherwise. Supported values:
The default value is TRUE.
Definition at line 181 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.TRUE = "true" |
Definition at line 155 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 161 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 189 of file MergeRecords.cs.