Cloud Firestore Admin V1 API - Module Google::Cloud::Firestore::Admin::V1::Database::DatabaseType (v0.6.0)

Reference documentation and code samples for the Cloud Firestore Admin V1 API module Google::Cloud::Firestore::Admin::V1::Database::DatabaseType.

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

Mode changes are only allowed if the database is empty.

Constants

DATABASE_TYPE_UNSPECIFIED

value: 0
The default value. This value is used if the database type is omitted.

FIRESTORE_NATIVE

value: 1
Firestore Native Mode

DATASTORE_MODE

value: 2
Firestore in Datastore Mode.