OfferContentV2 Constructors

Definition

Overloads

OfferContentV2()

Default constructor.

OfferContentV2(Int32)

Constructor accepting offer throughput.

OfferContentV2(Int32, Nullable<Boolean>)

Constructor accepting offer throughput, Request Units(RU)/Minute throughput is enabled or disabled and auto scale is enabled or disabled.

OfferContentV2()

Default constructor.

public OfferContentV2 ();
Public Sub New ()

Remarks

The OfferContentV2 class represents content properties tied to the Standard pricing tier for the Azure Cosmos DB service.

Applies to

OfferContentV2(Int32)

Constructor accepting offer throughput.

public OfferContentV2 (int offerThroughput);
new Microsoft.Azure.Documents.OfferContentV2 : int -> Microsoft.Azure.Documents.OfferContentV2
Public Sub New (offerThroughput As Integer)

Parameters

offerThroughput
Int32

Remarks

The OfferContentV2 class represents content properties tied to the Standard pricing tier for the Azure Cosmos DB service.

Applies to

OfferContentV2(Int32, Nullable<Boolean>)

Constructor accepting offer throughput, Request Units(RU)/Minute throughput is enabled or disabled and auto scale is enabled or disabled.

public OfferContentV2 (int offerThroughput, bool? offerEnableRUPerMinuteThroughput);
new Microsoft.Azure.Documents.OfferContentV2 : int * Nullable<bool> -> Microsoft.Azure.Documents.OfferContentV2
Public Sub New (offerThroughput As Integer, offerEnableRUPerMinuteThroughput As Nullable(Of Boolean))

Parameters

offerThroughput
Int32
offerEnableRUPerMinuteThroughput
Nullable<Boolean>

Remarks

The OfferContentV2 class represents content properties tied to the Standard pricing tier for the Azure Cosmos DB service.

Applies to