public static final class FilterRequest.Options extends Object
COLLECTION_NAME
: Name of a collection which is to contain the newly
created view, otherwise the view will be a top-level table. If the
collection does not allow duplicate types and it contains a table of the
same type as the given one, then this table creation request will fail.
TTL
:
Sets the TTL of the view specified in viewName
. The value must
be the desired TTL in minutes.
options
.Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_NAME
Name of a collection which is to contain the newly created view,
otherwise the view will be a top-level table.
|
static String |
TTL
Sets the TTL of the view specified in
viewName . |
public static final String COLLECTION_NAME
public static final String TTL
viewName
. The value
must be the desired TTL in minutes.Copyright © 2017. All rights reserved.