Reference documentation and code samples for the Cloud Firestore V1 Client class DatabaseEdition.
The edition of the database.
Protobuf type google.firestore.admin.v1.Database.DatabaseEdition
Namespace
Google \ Cloud \ Firestore \ Admin \ V1 \ DatabaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATABASE_EDITION_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum DATABASE_EDITION_UNSPECIFIED = 0;
STANDARD
Value: 1
Standard edition.
This is the default setting if not specified.
Generated from protobuf enum STANDARD = 1;
ENTERPRISE
Value: 2
Enterprise edition.
Generated from protobuf enum ENTERPRISE = 2;