Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThroughputSettingsResource

Package version

Cosmos DB resource throughput object. Either throughput is required or autoscaleSettings is required, but not both.

Hierarchy

Index

Properties

Optional autoscaleSettings

autoscaleSettings: AutoscaleSettingsResource

Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both.

Optional minimumThroughput

minimumThroughput: undefined | string

The minimum throughput of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional offerReplacePending

offerReplacePending: undefined | string

The throughput replace is pending NOTE: This property will not be serialized. It can only be populated by the server.

Optional throughput

throughput: undefined | number

Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both.

Generated using TypeDoc