appEngineIntegrationMode property
The App Engine integration mode to use for this database. Possible string values are:
- "APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED" : Not used.
- "ENABLED" : If an App Engine application exists in the same region as this database, App Engine configuration will impact this database. This includes disabling of the application & database, as well as disabling writes to the database.
- "DISABLED" : App Engine has no effect on the ability of this database to serve requests. This is the default setting for databases created with the Firestore API.
Implementation
core.String? appEngineIntegrationMode;