public static final class MergeRecordsRequest.Options extends Object
COLLECTION_NAME
: Name of a collection which is to contain the newly
created merged table specified by tableName
. 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 tableName
. 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 tableName
.
CHUNK_SIZE
:
Indicates the chunk size to be used for the merged table specified in
tableName
.
options
.Modifier and Type | Field and Description |
---|---|
static String |
CHUNK_SIZE
Indicates the chunk size to be used for the merged table specified
in
tableName . |
static String |
COLLECTION_NAME
Name of a collection which is to contain the newly created merged
table specified by
tableName . |
static String |
FALSE |
static String |
IS_REPLICATED
Indicates the distribution scheme for the data of the merged
table specified in
tableName . |
static String |
TRUE |
static String |
TTL
Sets the TTL of the merged table specified in
tableName . |
public static final String COLLECTION_NAME
tableName
. 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.public static final String IS_REPLICATED
tableName
. If true, the table will be replicated. If false, the table will be randomly sharded.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String TTL
tableName
.public static final String CHUNK_SIZE
tableName
.Copyright © 2018. All rights reserved.