public static final class FilterRequest.Options extends Object
COLLECTION_NAME
: Name of a collection which is to contain the newly
created view. If the collection provided is non-existent, the collection
will be automatically created. If empty, then the newly created view
will be top-level.
TTL
:
Sets the TTL of the view specified in viewName
.
options
.Modifier and Type | Field and Description |
---|---|
static String |
COLLECTION_NAME
Name of a collection which is to contain the newly created view.
|
static String |
TTL
Sets the TTL of the view specified in
viewName . |
public static final String COLLECTION_NAME
public static final String TTL
viewName
.Copyright © 2018. All rights reserved.