OfferContentV2 Class

Definition

Represents content properties tied to the Standard pricing tier for the Azure DocumentDB database service.

public sealed class OfferContentV2 : Microsoft.Azure.Documents.JsonSerializable
Inheritance
OfferContentV2

Inherited Members

Microsoft.Azure.Documents.JsonSerializable

Constructors

OfferContentV2()

Default constructor.

OfferContentV2(Int32)

Constructor accepting offer throughput.

OfferContentV2(Int32, Nullable<Boolean>)

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

Properties

OfferIsRUPerMinuteThroughputEnabled

Represents Request Units(RU)/Minute throughput is enabled/disabled for collection in the Azure DocumentDB database service.

OfferThroughput

Represents customizable throughput chosen by user for his collection in the Azure DocumentDB database service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)