Class CosmosGlobalSecondaryIndexBuildStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CosmosGlobalSecondaryIndexBuildStatus>
com.azure.cosmos.models.CosmosGlobalSecondaryIndexBuildStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

@Beta(value=V4_81_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class CosmosGlobalSecondaryIndexBuildStatus extends com.azure.core.util.ExpandableStringEnum<CosmosGlobalSecondaryIndexBuildStatus>
Represents the build status of a global secondary index as returned by the Azure Cosmos DB service.

This is an ExpandableStringEnum so that values added by the service in the future are not a breaking change for clients. fromString(String) will return an instance for any value, including ones not declared as a constant on this class.