| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlContainerGetPropertiesResource
The SqlContainerGetPropertiesResource model.
|
| Modifier and Type | Method and Description |
|---|---|
SqlContainerResource |
SqlContainerCreateUpdateParameters.resource()
Get the resource property: The standard JSON format of a container.
|
SqlContainerResource |
SqlContainerResource.withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)
Set the conflictResolutionPolicy property: The conflict resolution policy for the container.
|
SqlContainerResource |
SqlContainerResource.withDefaultTtl(Integer defaultTtl)
Set the defaultTtl property: Default time to live.
|
SqlContainerResource |
SqlContainerResource.withId(String id)
Set the id property: Name of the Cosmos DB SQL container.
|
SqlContainerResource |
SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the indexingPolicy property: The configuration of the indexing policy.
|
SqlContainerResource |
SqlContainerResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the partitionKey property: The configuration of the partition key to be used for partitioning data into
multiple partitions.
|
SqlContainerResource |
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.
|
| Modifier and Type | Method and Description |
|---|---|
SqlContainerCreateUpdateParameters |
SqlContainerCreateUpdateParameters.withResource(SqlContainerResource resource)
Set the resource property: The standard JSON format of a container.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.