DatabaseRequest interface

Extends

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