public enum Index.Types.ApiScopeReference documentation and code samples for the Firestore Admin v1 API enum Index.Types.ApiScope.
API Scope defines the APIs (Firestore Native, or Firestore in Datastore Mode) that are supported for queries.
Namespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Fields |
|
|---|---|
| Name | Description |
AnyApi |
The index can only be used by the Firestore Native query API. This is the default. |
DatastoreModeApi |
The index can only be used by the Firestore in Datastore Mode query API. |
MongodbCompatibleApi |
The index can only be used by the MONGODB_COMPATIBLE_API. |