ThroughputPolicyResource interface
Cosmos DB resource throughput policy
Properties
increment |
Represents the percentage by which throughput can increase every time throughput policy kicks in. |
is |
Determines whether the ThroughputPolicy is active or not |
Property Details
incrementPercent
Represents the percentage by which throughput can increase every time throughput policy kicks in.
incrementPercent?: number
Property Value
number
isEnabled
Determines whether the ThroughputPolicy is active or not
isEnabled?: boolean
Property Value
boolean