public static final class DeleteRecordsRequest.Options extends Object
GLOBAL_EXPRESSION
: An optional global expression to reduce the search
space of the expressions
. The default value is ''.
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. This option cannot be used to
delete records from replicated tables.
DELETE_ALL_RECORDS
: If set to true
, all records in the table
will be deleted. If set to false
, then the option is effectively
ignored.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
DELETE_ALL_RECORDS
If set to
true , all records in the table will be deleted. |
static String |
FALSE |
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. |
static String |
TRUE |
public static final String GLOBAL_EXPRESSION
expressions
. The default value is ''.public static final String RECORD_ID
insertion of the record
or by calling GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest)
with the *return_record_ids* option. This option cannot be used to
delete records from replicated tables.public static final String DELETE_ALL_RECORDS
true
, all records in the table will be deleted. If
set to false
, then the option is effectively ignored.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2020. All rights reserved.