Kinetica C# API  Version 6.1.0.0
kinetica.MergeRecordsRequest.Options Struct Reference

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...
 

Detailed Description

Optional parameters.

  • COLLECTION_NAME: Name of a collection which is to contain the newly created merged table specified by . 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.
  • IS_REPLICATED: Indicates the distribution scheme for the data of the merged table specified in . If true, the table will be replicated. If false, the table will be randomly sharded. Supported values: The default value is FALSE.
  • TTL: Sets the TTL of the merged table specified in .
  • CHUNK_SIZE: Indicates the chunk size to be used for the merged table specified in .


A set of string constants for the parameter options.

Definition at line 90 of file MergeRecords.cs.

Member Data Documentation

◆ CHUNK_SIZE

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.

◆ COLLECTION_NAME

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.

◆ FALSE

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

Definition at line 124 of file MergeRecords.cs.

◆ IS_REPLICATED

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.

◆ TRUE

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

Definition at line 123 of file MergeRecords.cs.

◆ TTL

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.


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