ContainerDefinition interface

Properties

conflictResolutionPolicy

The conflict resolution policy used to resolve conflicts in a container.

defaultTtl

The default time to live in seconds for items in a container.

geospatialConfig

Geospatial configuration for a collection. Type is set to Geography by default

id

The id of the container.

indexingPolicy

The indexing policy associated with the container.

partitionKey

The partition key for the container.

uniqueKeyPolicy

Policy for additional keys that must be unique per partition key

Property Details

conflictResolutionPolicy

The conflict resolution policy used to resolve conflicts in a container.

conflictResolutionPolicy?: ConflictResolutionPolicy

Property Value

defaultTtl

The default time to live in seconds for items in a container.

defaultTtl?: number

Property Value

number

geospatialConfig

Geospatial configuration for a collection. Type is set to Geography by default

geospatialConfig?: { type: GeospatialType }

Property Value

{ type: GeospatialType }

id

The id of the container.

id?: string

Property Value

string

indexingPolicy

The indexing policy associated with the container.

indexingPolicy?: IndexingPolicy

Property Value

partitionKey

The partition key for the container.

partitionKey?: PartitionKeyDefinition

Property Value

uniqueKeyPolicy

Policy for additional keys that must be unique per partition key

uniqueKeyPolicy?: UniqueKeyPolicy

Property Value