RequestOptions.OfferThroughput Property

Definition

Gets or sets the offer throughput provisioned for a collection in measurement of Requests-per-Unit in the Azure DocumentDB database service.

public Nullable<int> OfferThroughput { get; set; }
Property Value

The provisioned throughtput for this offer.

Remarks

This option is only valid when creating a document collection.

Refer to http://azure.microsoft.com/documentation/articles/documentdb-performance-levels/ for details on provision offer throughput.