Preparing search index...
The search index is not available
Back To Index
|
@azure/cosmos
Package version:
@azure/cosmos
DatabaseRequest
Interface DatabaseRequest
interface
DatabaseRequest
{
autoUpgradePolicy
?:
{
throughputPolicy
:
{
incrementPercent
:
number
;
}
;
}
;
id
?:
string
;
maxThroughput
?:
number
;
throughput
?:
number
;
}
Hierarchy (
view full
)
DatabaseDefinition
DatabaseRequest
Index
Properties
auto
Upgrade
Policy?
id?
max
Throughput?
throughput?
Properties
Optional
auto
Upgrade
Policy
auto
Upgrade
Policy
?:
{
throughputPolicy
:
{
incrementPercent
:
number
;
}
;
}
Optional
id
id
?:
string
The id of the database.
Optional
max
Throughput
max
Throughput
?:
number
Optional
throughput
throughput
?:
number
Throughput for this database.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/cosmos
Loading...
The id of the database.