Sql Container Resource Args
data class SqlContainerResourceArgs(val analyticalStorageTtl: Output<Double>? = null, val conflictResolutionPolicy: Output<ConflictResolutionPolicyArgs>? = null, val defaultTtl: Output<Int>? = null, val id: Output<String>, val indexingPolicy: Output<IndexingPolicyArgs>? = null, val partitionKey: Output<ContainerPartitionKeyArgs>? = null, val uniqueKeyPolicy: Output<UniqueKeyPolicyArgs>? = null) : ConvertibleToJava<SqlContainerResourceArgs>
Cosmos DB SQL container resource object
Constructors
Link copied to clipboard
constructor(analyticalStorageTtl: Output<Double>? = null, conflictResolutionPolicy: Output<ConflictResolutionPolicyArgs>? = null, defaultTtl: Output<Int>? = null, id: Output<String>, indexingPolicy: Output<IndexingPolicyArgs>? = null, partitionKey: Output<ContainerPartitionKeyArgs>? = null, uniqueKeyPolicy: Output<UniqueKeyPolicyArgs>? = null)
Properties
Link copied to clipboard
Analytical TTL.
Link copied to clipboard
The conflict resolution policy for the container.
Link copied to clipboard
Default time to live
Link copied to clipboard
The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container
Link copied to clipboard
The configuration of the partition key to be used for partitioning data into multiple partitions
Link copied to clipboard
The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.