Firestore Admin v1 API - Enum Index.Types.ApiScope (3.8.0)

public enum Index.Types.ApiScope

Reference 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.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
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.