Uses of Class
com.azure.resourcemanager.cosmos.models.RestorableSqlContainerPropertiesResourceContainer
Packages that use RestorableSqlContainerPropertiesResourceContainer
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestorableSqlContainerPropertiesResourceContainer in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return RestorableSqlContainerPropertiesResourceContainerModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResource.container()
Get the container property: Cosmos DB SQL container resource object.RestorableSqlContainerPropertiesResourceContainer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableSqlContainerPropertiesResourceContainer from the JsonReader.RestorableSqlContainerPropertiesResourceContainer.withAnalyticalStorageTtl
(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.RestorableSqlContainerPropertiesResourceContainer.withClientEncryptionPolicy
(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.RestorableSqlContainerPropertiesResourceContainer.withComputedProperties
(List<ComputedProperty> computedProperties) Set the computedProperties property: List of computed properties.RestorableSqlContainerPropertiesResourceContainer.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the container.RestorableSqlContainerPropertiesResourceContainer.withCreateMode
(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.RestorableSqlContainerPropertiesResourceContainer.withDefaultTtl
(Integer defaultTtl) Set the defaultTtl property: Default time to live.RestorableSqlContainerPropertiesResourceContainer.withFullTextPolicy
(FullTextPolicy fullTextPolicy) Set the fullTextPolicy property: The FullText policy for the container.Set the id property: Name of the Cosmos DB SQL container.RestorableSqlContainerPropertiesResourceContainer.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.RestorableSqlContainerPropertiesResourceContainer.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.RestorableSqlContainerPropertiesResourceContainer.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.RestorableSqlContainerPropertiesResourceContainer.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.RestorableSqlContainerPropertiesResourceContainer.withVectorEmbeddingPolicy
(VectorEmbeddingPolicy vectorEmbeddingPolicy) Set the vectorEmbeddingPolicy property: The vector embedding policy for the container.Methods in com.azure.resourcemanager.cosmos.models with parameters of type RestorableSqlContainerPropertiesResourceContainerModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResource.withContainer
(RestorableSqlContainerPropertiesResourceContainer container) Set the container property: Cosmos DB SQL container resource object.