SqlContainerGetPropertiesResponseResource

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

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)

Types

Link copied to clipboard
object Companion

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
val defaultTtl: Int? = null

Default time to live

Link copied to clipboard

A system generated property representing the resource etag required for optimistic concurrency control.

Link copied to clipboard
val id: String

Name of the Cosmos DB SQL container

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
val rid: String

A system generated property. A unique identifier.

Link copied to clipboard
val ts: Double

A system generated property that denotes the last updated timestamp of the resource.

Link copied to clipboard

The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.