Sql Container Get Properties Response Resource
data class SqlContainerGetPropertiesResponseResource(val analyticalStorageTtl: Double? = null, val clientEncryptionPolicy: ClientEncryptionPolicyResponse? = null, val conflictResolutionPolicy: ConflictResolutionPolicyResponse? = null, val defaultTtl: Int? = null, val etag: String, val id: String, val indexingPolicy: IndexingPolicyResponse? = null, val partitionKey: ContainerPartitionKeyResponse? = null, val rid: String, val ts: Double, val uniqueKeyPolicy: UniqueKeyPolicyResponse? = null)
Constructors
Link copied to clipboard
constructor(analyticalStorageTtl: Double? = null, clientEncryptionPolicy: ClientEncryptionPolicyResponse? = null, conflictResolutionPolicy: ConflictResolutionPolicyResponse? = null, defaultTtl: Int? = null, etag: String, id: String, indexingPolicy: IndexingPolicyResponse? = null, partitionKey: ContainerPartitionKeyResponse? = null, rid: String, ts: Double, uniqueKeyPolicy: UniqueKeyPolicyResponse? = null)
Properties
Link copied to clipboard
Analytical TTL.
Link copied to clipboard
The client encryption policy for the container.
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.