Table of Contents

Class ThroughputPolicyResource

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Cosmos DB resource throughput policy

public class ThroughputPolicyResource
Inheritance
ThroughputPolicyResource
Inherited Members

Constructors

ThroughputPolicyResource()

Initializes a new instance of the ThroughputPolicyResource class.

public ThroughputPolicyResource()

ThroughputPolicyResource(bool?, int?)

Initializes a new instance of the ThroughputPolicyResource class.

public ThroughputPolicyResource(bool? isEnabled = null, int? incrementPercent = null)

Parameters

isEnabled bool?

Determines whether the ThroughputPolicy is active or not

incrementPercent int?

Represents the percentage by which throughput can increase every time throughput policy kicks in.

Properties

IncrementPercent

Gets or sets represents the percentage by which throughput can increase every time throughput policy kicks in.

public int? IncrementPercent { get; set; }

Property Value

int?

IsEnabled

Gets or sets determines whether the ThroughputPolicy is active or not

public bool? IsEnabled { get; set; }

Property Value

bool?