Uses of Class
com.azure.cosmos.models.CosmosGlobalSecondaryIndexDefinition
Packages that use CosmosGlobalSecondaryIndexDefinition
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosGlobalSecondaryIndexDefinition in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosGlobalSecondaryIndexDefinitionModifier and TypeMethodDescriptionCosmosContainerProperties.getGlobalSecondaryIndexDefinition()Gets the global secondary index definition for this container in the Azure Cosmos DB service.Methods in com.azure.cosmos.models with parameters of type CosmosGlobalSecondaryIndexDefinitionModifier and TypeMethodDescriptionCosmosContainerProperties.setGlobalSecondaryIndexDefinition(CosmosGlobalSecondaryIndexDefinition value) Sets the global secondary index definition for this container in the Azure Cosmos DB service.