Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlContainerResource

Package version

Cosmos DB SQL container resource object

Hierarchy

  • SqlContainerResource

Index

Properties

Optional analyticalStorageTtl

analyticalStorageTtl: undefined | number

Analytical TTL.

Optional conflictResolutionPolicy

conflictResolutionPolicy: ConflictResolutionPolicy

The conflict resolution policy for the container.

Optional defaultTtl

defaultTtl: undefined | number

Default time to live

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 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