public static final class GetRecordsFromCollectionRequest.Options extends Object
RETURN_RECORD_IDS
: If true
then return the internal record ID
along with each returned record.
Supported values:
The default value is FALSE
.
EXPRESSION
: Optional filter expression to apply to the table. The
default value is ''.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
EXPRESSION
Optional filter expression to apply to the table.
|
static String |
FALSE |
static String |
RETURN_RECORD_IDS
If
true then return the internal record ID along with each
returned record. |
static String |
TRUE |
public static final String RETURN_RECORD_IDS
true
then return the internal record ID along with each
returned record.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String EXPRESSION
Copyright © 2024. All rights reserved.