Permalink
Fetching contributors…
Cannot retrieve contributors at this time
175 lines (175 sloc) 8.44 KB
<Type Name="OfferContentV2" FullName="Microsoft.Azure.Documents.OfferContentV2">
<TypeSignature Language="C#" Value="public sealed class OfferContentV2 : Microsoft.Azure.Documents.JsonSerializable" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit OfferContentV2 extends Microsoft.Azure.Documents.JsonSerializable" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.OfferContentV2" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Documents.JsonSerializable</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Represents content properties tied to the Standard pricing tier for the Azure DocumentDB database service.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferContentV2 ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferContentV2.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Default constructor.
</summary>
<remarks>
The <see cref="T:Microsoft.Azure.Documents.OfferContentV2" /> class
represents content properties tied to the Standard pricing tier for the Azure DocumentDB database service.
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferContentV2 (int offerThroughput);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 offerThroughput) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferContentV2.#ctor(System.Int32)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="offerThroughput" Type="System.Int32" />
</Parameters>
<Docs>
<param name="offerThroughput">To be added.</param>
<summary>
Constructor accepting offer throughput.
</summary>
<remarks>
The <see cref="T:Microsoft.Azure.Documents.OfferContentV2" /> class
represents content properties tied to the Standard pricing tier for the Azure DocumentDB database service.
</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public OfferContentV2 (int offerThroughput, Nullable&lt;bool&gt; offerEnableRUPerMinuteThroughput);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 offerThroughput, valuetype System.Nullable`1&lt;bool&gt; offerEnableRUPerMinuteThroughput) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.OfferContentV2.#ctor(System.Int32,System.Nullable{System.Boolean})" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="offerThroughput" Type="System.Int32" />
<Parameter Name="offerEnableRUPerMinuteThroughput" Type="System.Nullable&lt;System.Boolean&gt;" />
</Parameters>
<Docs>
<param name="offerThroughput">To be added.</param>
<param name="offerEnableRUPerMinuteThroughput">To be added.</param>
<summary>
Constructor accepting offer throughput and Request Units(RU)/Minute throughput is enabled or disabled.
</summary>
<remarks>
The <see cref="T:Microsoft.Azure.Documents.OfferContentV2" /> class
represents content properties tied to the Standard pricing tier for the Azure DocumentDB database service.
</remarks>
</Docs>
</Member>
<Member MemberName="OfferIsRUPerMinuteThroughputEnabled">
<MemberSignature Language="C#" Value="public Nullable&lt;bool&gt; OfferIsRUPerMinuteThroughputEnabled { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1&lt;bool&gt; OfferIsRUPerMinuteThroughputEnabled" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.OfferContentV2.OfferIsRUPerMinuteThroughputEnabled" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="offerIsRUPerMinuteThroughputEnabled")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable&lt;System.Boolean&gt;</ReturnType>
</ReturnValue>
<Docs>
<summary>
Represents Request Units(RU)/Minute throughput is enabled/disabled for collection in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="OfferThroughput">
<MemberSignature Language="C#" Value="public int OfferThroughput { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 OfferThroughput" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.OfferContentV2.OfferThroughput" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
<AssemblyVersion>1.16.0.0</AssemblyVersion>
<AssemblyVersion>1.17.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="offerThroughput")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>
Represents customizable throughput chosen by user for his collection in the Azure DocumentDB database service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>