Interface protos.google.spanner.admin.database.v1.ICreateDatabaseRequest

Properties of a CreateDatabaseRequest.

Package

@google-cloud/spanner!

Properties

createStatement

createStatement?: (string|null);

CreateDatabaseRequest createStatement

Property Value
TypeDescription
(string|null)

encryptionConfig

encryptionConfig?: (google.spanner.admin.database.v1.IEncryptionConfig|null);

CreateDatabaseRequest encryptionConfig

Property Value
TypeDescription
(google.spanner.admin.database.v1.IEncryptionConfig|null)

extraStatements

extraStatements?: (string[]|null);

CreateDatabaseRequest extraStatements

Property Value
TypeDescription
(string[]|null)

parent

parent?: (string|null);

CreateDatabaseRequest parent

Property Value
TypeDescription
(string|null)