ThroughputSettingsResource Class

Definition

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

public class ThroughputSettingsResource
type ThroughputSettingsResource = class
Public Class ThroughputSettingsResource
Inheritance
ThroughputSettingsResource

Constructors

ThroughputSettingsResource()

Initializes a new instance of the ThroughputSettingsResource class.

ThroughputSettingsResource(Nullable<Int32>, AutopilotSettingsResource, String, String)

Initializes a new instance of the ThroughputSettingsResource class.

Properties

AutopilotSettings

Gets or sets cosmos DB resource for Autopilot settings. Either throughput is required or autopilotSettings is required, but not both.

MinimumThroughput

Gets the minimum throughput of the resource

OfferReplacePending

Gets the throughput replace is pending

Throughput

Gets or sets value of the Cosmos DB resource throughput. Either throughput is required or autopilotSettings is required, but not both.

Methods

Validate()

Validate the object.

Applies to