Enum Database.Types.AppEngineIntegrationMode (3.0.0)

public enum AppEngineIntegrationMode

The type of App Engine integration mode.

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
Disabled

Appengine has no affect on the ability of this database to serve requests.

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.

Unspecified

Not used.