type property

String? type
getter/setter pair

The type of the database.

See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose. Possible string values are:

  • "DATABASE_TYPE_UNSPECIFIED" : The default value. This value is used if the database type is omitted.
  • "FIRESTORE_NATIVE" : Firestore Native Mode
  • "DATASTORE_MODE" : Firestore in Datastore Mode.

Implementation

core.String? type;