Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestorableSqlContainerPropertiesResourceContainer

Package version

Cosmos DB SQL container resource object

Hierarchy

Index

Properties

Optional analyticalStorageTtl

analyticalStorageTtl: undefined | number

Analytical TTL.

Optional clientEncryptionPolicy

clientEncryptionPolicy: ClientEncryptionPolicy

The client encryption policy for the container.

Optional conflictResolutionPolicy

conflictResolutionPolicy: ConflictResolutionPolicy

The conflict resolution policy for the container.

Optional defaultTtl

defaultTtl: undefined | number

Default time to live

Optional etag

etag: undefined | string

A system generated property representing the resource etag required for optimistic concurrency control. NOTE: This property will not be serialized. It can only be populated by the server.

id

id: string

Name of the Cosmos DB SQL container

Optional indexingPolicy

indexingPolicy: IndexingPolicy

The configuration of the indexing policy. By default, the indexing is automatic for all document paths within the container

Optional partitionKey

partitionKey: ContainerPartitionKey

The configuration of the partition key to be used for partitioning data into multiple partitions

Optional rid

rid: undefined | string

A system generated property. A unique identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional self

self: undefined | string

A system generated property that specifies the addressable path of the container resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ts

ts: undefined | number

A system generated property that denotes the last updated timestamp of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uniqueKeyPolicy

uniqueKeyPolicy: UniqueKeyPolicy

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

Generated using TypeDoc