Sql Container Get Properties Response Resource
data class SqlContainerGetPropertiesResponseResource(val analyticalStorageTtl: Double? = null, val clientEncryptionPolicy: ClientEncryptionPolicyResponse? = null, val computedProperties: List<ComputedPropertyResponse>? = null, val conflictResolutionPolicy: ConflictResolutionPolicyResponse? = null, val createMode: String? = null, val defaultTtl: Int? = null, val etag: String, val id: String, val indexingPolicy: IndexingPolicyResponse? = null, val partitionKey: ContainerPartitionKeyResponse? = null, val restoreParameters: ResourceRestoreParametersResponse? = null, val rid: String, val ts: Double, val uniqueKeyPolicy: UniqueKeyPolicyResponse? = null, val vectorEmbeddingPolicy: VectorEmbeddingPolicyResponse? = null)
Constructors
Link copied to clipboard
constructor(analyticalStorageTtl: Double? = null, clientEncryptionPolicy: ClientEncryptionPolicyResponse? = null, computedProperties: List<ComputedPropertyResponse>? = null, conflictResolutionPolicy: ConflictResolutionPolicyResponse? = null, createMode: String? = null, defaultTtl: Int? = null, etag: String, id: String, indexingPolicy: IndexingPolicyResponse? = null, partitionKey: ContainerPartitionKeyResponse? = null, restoreParameters: ResourceRestoreParametersResponse? = null, rid: String, ts: Double, uniqueKeyPolicy: UniqueKeyPolicyResponse? = null, vectorEmbeddingPolicy: VectorEmbeddingPolicyResponse? = null)
Properties
Link copied to clipboard
Analytical TTL.
Link copied to clipboard
The client encryption policy for the container.
Link copied to clipboard
List of computed properties
Link copied to clipboard
The conflict resolution policy for the container.
Link copied to clipboard
Enum to indicate the mode of resource creation.
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
Parameters to indicate the information about the restore
Link copied to clipboard
The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
Link copied to clipboard
The vector embedding policy for the container.