Kinetica C# API
Version 6.1.0.0
|
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 | CHUNK_SIZE = "chunk_size" |
Indicates the chunk size to be used for the merged table specified in table_name. More... | |
Optional parameters.
A set of string constants for the parameter options.
Definition at line 90 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 133 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 98 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.FALSE = "false" |
Definition at line 124 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 122 of file MergeRecords.cs.
const string kinetica.MergeRecordsRequest.Options.TRUE = "true" |
Definition at line 123 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 129 of file MergeRecords.cs.