Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DatabaseRequest interface

Package:
@azure/cosmos

Properties

autoUpgradePolicy
maxThroughput
throughput

Throughput for this database.

Inherited Properties

id

The id of the database.

Property Details

autoUpgradePolicy

autoUpgradePolicy?: { throughputPolicy: { incrementPercent: number } }

Property Value

{ throughputPolicy: { incrementPercent: number } }

maxThroughput

maxThroughput?: number

Property Value

number

throughput

Throughput for this database.

throughput?: number

Property Value

number

Inherited Property Details

id

The id of the database.

id?: string

Property Value

string

Inherited From DatabaseDefinition.id