public static final class CreateSchemaRequest.Options extends Object
NO_ERROR_IF_EXISTS
: If true
, prevents an error from occurring
if the schema already exists.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.public static final String NO_ERROR_IF_EXISTS
true
, prevents an error from occurring if the schema
already exists.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2024. All rights reserved.