public static final class ClearTableRequest.Options extends Object
NO_ERROR_IF_NOT_EXISTS: If true and if the table specified in
tableName does not exist no error is returned. If false
and if the table specified in tableName does not exist then an
error is returned.
Supported values:
The default value is FALSE.
Map.
A set of string constants for the parameter options.public static final String NO_ERROR_IF_NOT_EXISTS
true and if the table specified in tableName does
not exist no error is returned. If false and if the table
specified in tableName does not exist then an error is
returned.
Supported values:
The default value is FALSE.public static final String TRUE
public static final String FALSE
Copyright © 2020. All rights reserved.