Uses of Class
com.azure.cosmos.models.CosmosGlobalSecondaryIndexBuildStatus
Packages that use CosmosGlobalSecondaryIndexBuildStatus
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosGlobalSecondaryIndexBuildStatus in com.azure.cosmos.models
Fields in com.azure.cosmos.models declared as CosmosGlobalSecondaryIndexBuildStatusModifier and TypeFieldDescriptionstatic final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.ACTIVEThe global secondary index has been fully built and is actively serving queries.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.DELETE_IN_PROGRESSThe global secondary index is being deleted.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.INITIAL_BUILD_AFTER_CREATEThe global secondary index is performing its initial build after being created.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.INITIAL_BUILD_AFTER_RESTOREThe global secondary index is performing its initial build after the source container was restored.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.INITIALIZINGThe global secondary index has been created and is initializing.Methods in com.azure.cosmos.models that return CosmosGlobalSecondaryIndexBuildStatusModifier and TypeMethodDescriptionCosmosGlobalSecondaryIndexBuildStatus.fromString(String name) Creates or finds aCosmosGlobalSecondaryIndexBuildStatusfrom its string representation.CosmosGlobalSecondaryIndexDefinition.getStatus()Gets the build status of the GlobalSecondaryIndex as returned by the server.Methods in com.azure.cosmos.models that return types with arguments of type CosmosGlobalSecondaryIndexBuildStatusModifier and TypeMethodDescriptionCosmosGlobalSecondaryIndexBuildStatus.values()Gets the knownCosmosGlobalSecondaryIndexBuildStatusvalues declared on this class.