public static final class FilterByStringRequest.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.
CASE_SENSITIVE
: If 'false' then string filtering will ignore case. Does
not apply to 'search' mode.
Supported values:
The default value is TRUE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CASE_SENSITIVE
If 'false' then string filtering will ignore case.
|
static String |
COLLECTION_NAME
Name of a collection which is to contain the newly created view.
|
static String |
FALSE |
static String |
TRUE |
public static final String COLLECTION_NAME
public static final String CASE_SENSITIVE
TRUE
.public static final String TRUE
public static final String FALSE
Copyright © 2020. All rights reserved.