Uses of Class
com.azure.resourcemanager.cosmos.models.SqlContainerGetPropertiesResource
Packages that use SqlContainerGetPropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlContainerGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlContainerGetPropertiesResourceModifier and TypeMethodDescriptionSqlContainerGetProperties.resource()
Get the resource property: The resource property.SqlContainerGetResultsInner.resource()
Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlContainerGetPropertiesResourceModifier and TypeMethodDescriptionSqlContainerGetProperties.withResource
(SqlContainerGetPropertiesResource resource) Set the resource property: The resource property.SqlContainerGetResultsInner.withResource
(SqlContainerGetPropertiesResource resource) Set the resource property: The resource property. -
Uses of SqlContainerGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return SqlContainerGetPropertiesResourceModifier and TypeMethodDescriptionSqlContainerGetPropertiesResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SqlContainerGetPropertiesResource from the JsonReader.SqlContainerGetPropertiesResource.withAnalyticalStorageTtl
(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.SqlContainerGetPropertiesResource.withClientEncryptionPolicy
(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.SqlContainerGetPropertiesResource.withComputedProperties
(List<ComputedProperty> computedProperties) Set the computedProperties property: List of computed properties.SqlContainerGetPropertiesResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the container.SqlContainerGetPropertiesResource.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.SqlContainerGetPropertiesResource.withDefaultTtl
(Integer defaultTtl) Set the defaultTtl property: Default time to live.SqlContainerGetPropertiesResource.withFullTextPolicy
(FullTextPolicy fullTextPolicy) Set the fullTextPolicy property: The FullText policy for the container.Set the id property: Name of the Cosmos DB SQL container.SqlContainerGetPropertiesResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerGetPropertiesResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.SqlContainerGetPropertiesResource.withUniqueKeyPolicy
(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.SqlContainerGetPropertiesResource.withVectorEmbeddingPolicy
(VectorEmbeddingPolicy vectorEmbeddingPolicy) Set the vectorEmbeddingPolicy property: The vector embedding policy for the container.