public static final class GetRecordsFromCollectionResponse.Info extends Object
TOTAL_NUMBER_OF_RECORDS
: Total number of records.
HAS_MORE_RECORDS
: Too many records. Returned a partial set.
Supported values:
Map
.
A set of string constants for the parameter info
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
HAS_MORE_RECORDS
Too many records.
|
static String |
TOTAL_NUMBER_OF_RECORDS
Total number of records.
|
static String |
TRUE |
public static final String TOTAL_NUMBER_OF_RECORDS
public static final String HAS_MORE_RECORDS
public static final String TRUE
public static final String FALSE
Copyright © 2020. All rights reserved.