Uses of Class
com.azure.resourcemanager.cosmos.models.SqlContainerResource
Packages that use SqlContainerResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlContainerResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateProperties.resource()Get the resource property: The standard JSON format of a container.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateProperties.withResource(SqlContainerResource resource) Set the resource property: The standard JSON format of a container. -
Uses of SqlContainerResource in com.azure.resourcemanager.cosmos.models
Subclasses of SqlContainerResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classCosmos DB SQL container resource object.final classThe SqlContainerGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlContainerResourceModifier and TypeMethodDescriptionstatic SqlContainerResourceSqlContainerResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SqlContainerResource from the JsonReader.SqlContainerCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a container.SqlContainerResource.withAnalyticalStorageTtl(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.SqlContainerResource.withClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.SqlContainerResource.withComputedProperties(List<ComputedProperty> computedProperties) Set the computedProperties property: List of computed properties.SqlContainerResource.withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the container.SqlContainerResource.withCreateMode(CreateMode createMode) Set the createMode property: Enum to indicate the mode of resource creation.SqlContainerResource.withDefaultTtl(Integer defaultTtl) Set the defaultTtl property: Default time to live.Set the id property: Name of the Cosmos DB SQL container.SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerResource.withPartitionKey(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResource.withRestoreParameters(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.SqlContainerResource.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.SqlContainerResource.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 SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateParameters.withResource(SqlContainerResource resource) Set the resource property: The standard JSON format of a container.