Uses of Class
com.azure.resourcemanager.cosmos.models.ComputedProperty
Packages that use ComputedProperty
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ComputedProperty in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ComputedPropertyModifier and TypeMethodDescriptionstatic ComputedProperty
ComputedProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ComputedProperty from the JsonReader.Set the name property: The name of a computed property, for example - "cp_lowerName".Set the query property: The query that evaluates the value for computed property, for example - "SELECT VALUE LOWER(c.name) FROM c".Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ComputedPropertyModifier and TypeMethodDescriptionSqlContainerResource.computedProperties()
Get the computedProperties property: List of computed properties.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ComputedPropertyModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResourceContainer.withComputedProperties
(List<ComputedProperty> computedProperties) Set the computedProperties property: List of computed properties.SqlContainerGetPropertiesResource.withComputedProperties
(List<ComputedProperty> computedProperties) Set the computedProperties property: List of computed properties.SqlContainerResource.withComputedProperties
(List<ComputedProperty> computedProperties) Set the computedProperties property: List of computed properties.