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.
PERSIST: If
true, then the table specified in tableName 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.
CHUNK_SIZE:
Indicates the number of records per chunk to be used for the merged
table specified in tableName.
VIEW_ID: view
this result table is part of. The default value is ''.
Map.
A set of string constants for the parameter options.| Modifier and Type | Field and Description |
|---|---|
static String |
CHUNK_SIZE
Indicates the number of records per chunk 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 |
PERSIST
If
true, then the table specified in tableName will
be persisted and will not expire unless a ttl is specified. |
static String |
TRUE |
static String |
TTL
Sets the TTL of the merged table specified in
tableName. |
static String |
VIEW_ID
view this result table is part of.
|
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 PERSIST
true, then the table specified in tableName 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.public static final String CHUNK_SIZE
tableName.public static final String VIEW_ID
Copyright © 2020. All rights reserved.