OfferContentV2 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents content properties tied to the Standard pricing tier for the Azure Cosmos DB service.
public sealed class OfferContentV2 : Microsoft.Azure.Documents.JsonSerializable
type OfferContentV2 = class
inherit JsonSerializable
Public NotInheritable Class OfferContentV2
Inherits JsonSerializable
- Inheritance
Constructors
OfferContentV2() |
Default constructor. |
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(Int32) |
Constructor accepting offer throughput. |
Properties
OfferIsRUPerMinuteThroughputEnabled |
Represents Request Units(RU)/Minute throughput is enabled/disabled for collection in the Azure Cosmos DB service. |
OfferThroughput |
Represents customizable throughput chosen by user for his collection in the Azure Cosmos DB service. |
Methods
LoadFrom(JsonReader, JsonSerializerSettings) |
Loads the object from the specified JSON reader in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
LoadFrom(JsonReader) |
Loads the object from the specified JSON reader in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
SaveTo(Stream, SerializationFormattingPolicy, JsonSerializerSettings) |
Saves the object to the specified stream in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
SaveTo(Stream, SerializationFormattingPolicy) |
Saves the object to the specified stream in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
ToString() |
Returns the string representation of the object in the Azure Cosmos DB service. (Inherited from JsonSerializable) |
Applies to
Azure SDK for .NET