ContainerRequest interface
- Extends
-
VerboseOmit<ContainerDefinition, "partitionKey">
Properties
auto |
|
max |
|
partition |
|
throughput |
Inherited Properties
change |
Change feed policy related to the container |
computed |
The computed properties of the container |
conflict |
The conflict resolution policy used to resolve conflicts in a container. |
default |
The default time to live in seconds for items in a container. |
geospatial |
Geospatial configuration for a collection. Type is set to Geography by default |
id | The id of the container. |
indexing |
The indexing policy associated with the container. |
unique |
Policy for additional keys that must be unique per partition key |
vector |
The vector embedding policy information for storing items in a container. |
Property Details
autoUpgradePolicy
autoUpgradePolicy?: { throughputPolicy: { incrementPercent: number } }
Property Value
{ throughputPolicy: { incrementPercent: number } }
maxThroughput
maxThroughput?: number
Property Value
number
partitionKey
throughput
throughput?: number
Property Value
number
Inherited Property Details
changeFeedPolicy
Change feed policy related to the container
changeFeedPolicy?: ChangeFeedPolicy
Property Value
Inherited From VerboseOmit.changeFeedPolicy
computedProperties
The computed properties of the container
computedProperties?: ComputedProperty[]
Property Value
Inherited From VerboseOmit.computedProperties
conflictResolutionPolicy
The conflict resolution policy used to resolve conflicts in a container.
conflictResolutionPolicy?: ConflictResolutionPolicy
Property Value
Inherited From VerboseOmit.conflictResolutionPolicy
defaultTtl
The default time to live in seconds for items in a container.
defaultTtl?: number
Property Value
number
Inherited From VerboseOmit.defaultTtl
geospatialConfig
Geospatial configuration for a collection. Type is set to Geography by default
geospatialConfig?: { type: GeospatialType }
Property Value
{ type: GeospatialType }
Inherited From VerboseOmit.geospatialConfig
id
The id of the container.
id?: string
Property Value
string
Inherited From VerboseOmit.id
indexingPolicy
The indexing policy associated with the container.
indexingPolicy?: IndexingPolicy
Property Value
Inherited From VerboseOmit.indexingPolicy
uniqueKeyPolicy
Policy for additional keys that must be unique per partition key
uniqueKeyPolicy?: UniqueKeyPolicy
Property Value
Inherited From VerboseOmit.uniqueKeyPolicy
vectorEmbeddingPolicy
The vector embedding policy information for storing items in a container.
vectorEmbeddingPolicy?: VectorEmbeddingPolicy
Property Value
Inherited From VerboseOmit.vectorEmbeddingPolicy