Uses of Class
com.azure.cosmos.models.ComputedProperty
Packages that use ComputedProperty
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ComputedProperty in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return types with arguments of type ComputedPropertyModifier and TypeMethodDescriptionCosmosContainerProperties.getComputedProperties()
Gets the computedProperties for this container in the Azure Cosmos DB service.Method parameters in com.azure.cosmos.models with type arguments of type ComputedPropertyModifier and TypeMethodDescriptionCosmosContainerProperties.setComputedProperties
(Collection<ComputedProperty> computedProperties) Sets the computedProperties for this container in the Azure Cosmos DB service.