public static final class DeleteRecordsRequest.Options extends Object
GLOBAL_EXPRESSION
: An optional global expression to reduce the search
space of the expressions
.
RECORD_ID
: A
record id identifying a single record, obtained at the time of insertion of
the record
or by calling GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest)
with the *return_record_ids* option.
options
.Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_EXPRESSION
An optional global expression to reduce the search space of the
expressions . |
static String |
RECORD_ID
A record id identifying a single record, obtained at the time of
insertion of the record or by calling GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest)
with the *return_record_ids* option. |
public static final String GLOBAL_EXPRESSION
expressions
.public static final String RECORD_ID
insertion of the record
or by calling GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest)
with the *return_record_ids* option.Copyright © 2017. All rights reserved.