154 строки
8.2 KiB
YAML
154 строки
8.2 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.OfferV2(int offerThroughput)
|
|
name: OfferV2(int offerThroughput)
|
|
nameWithType: OfferV2.OfferV2(int offerThroughput)
|
|
parameters:
|
|
- description: <p>the throughput value for this offer. </p>
|
|
name: offerThroughput
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initialize an new instance of the OfferV2 object.</p>
|
|
|
|
<p></p>
|
|
syntax: public OfferV2(int offerThroughput)
|
|
uid: com.microsoft.azure.documentdb.OfferV2.OfferV2(int)
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.OfferV2(int offerThroughput, boolean offerEnableRUPerMinuteThroughput)
|
|
name: OfferV2(int offerThroughput, boolean offerEnableRUPerMinuteThroughput)
|
|
nameWithType: OfferV2.OfferV2(int offerThroughput, boolean offerEnableRUPerMinuteThroughput)
|
|
parameters:
|
|
- description: <p>the throughput value for this offer. </p>
|
|
name: offerThroughput
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
- description: <p>if RU Per Minute throughput is enabled </p>
|
|
name: offerEnableRUPerMinuteThroughput
|
|
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initialize an new instance of the OfferV2 object.</p>
|
|
|
|
<p></p>
|
|
syntax: public OfferV2(int offerThroughput, boolean offerEnableRUPerMinuteThroughput)
|
|
uid: com.microsoft.azure.documentdb.OfferV2.OfferV2(int,boolean)
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.OfferV2(Offer otherOffer)
|
|
name: OfferV2(Offer otherOffer)
|
|
nameWithType: OfferV2.OfferV2(Offer otherOffer)
|
|
parameters:
|
|
- description: <p>the Offer object whose base properties are to be copied. </p>
|
|
name: otherOffer
|
|
type: <xref href="com.microsoft.azure.documentdb.Offer?alt=com.microsoft.azure.documentdb.Offer&text=Offer" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Initialize an new instance of the OfferV2 object, copy the base properties from another Offer object and set the throughput value.</p>
|
|
|
|
<p></p>
|
|
syntax: public OfferV2(Offer otherOffer)
|
|
uid: com.microsoft.azure.documentdb.OfferV2.OfferV2(Offer)
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="Serializable" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.documentdb.JsonSerializable" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.documentdb.Resource" data-throw-if-not-resolved="False"/>
|
|
- <xref href="com.microsoft.azure.documentdb.Offer?alt=com.microsoft.azure.documentdb.Offer&text=Offer" data-throw-if-not-resolved="False"/>
|
|
inheritedMembers:
|
|
- com.microsoft.azure.documentdb.JsonSerializable.get(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getBoolean(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getCollection(String)
|
|
- com.microsoft.azure.documentdb.Offer.getContent()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getDouble(String)
|
|
- com.microsoft.azure.documentdb.Resource.getETag()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getHashMap()
|
|
- com.microsoft.azure.documentdb.Resource.getId()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getInt(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getLogger()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getLong(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getMapper()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getObject(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getObjectByPath(Collection<String>)
|
|
- com.microsoft.azure.documentdb.Offer.getOfferResourceId()
|
|
- com.microsoft.azure.documentdb.Offer.getOfferType()
|
|
- com.microsoft.azure.documentdb.Offer.getOfferVersion()
|
|
- com.microsoft.azure.documentdb.Resource.getResourceId()
|
|
- com.microsoft.azure.documentdb.Offer.getResourceLink()
|
|
- com.microsoft.azure.documentdb.Resource.getSelfLink()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.getString(String)
|
|
- com.microsoft.azure.documentdb.Resource.getTimestamp()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.has(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String,ObjectMapper)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(JSONObject)
|
|
- com.microsoft.azure.documentdb.Offer.Offer()
|
|
- com.microsoft.azure.documentdb.Offer.Offer(Offer)
|
|
- com.microsoft.azure.documentdb.Offer.Offer(String)
|
|
- com.microsoft.azure.documentdb.Offer.Offer(JSONObject)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.remove(String)
|
|
- com.microsoft.azure.documentdb.Resource.Resource()
|
|
- com.microsoft.azure.documentdb.Resource.Resource(String,ObjectMapper)
|
|
- com.microsoft.azure.documentdb.Resource.Resource(String)
|
|
- com.microsoft.azure.documentdb.Resource.Resource(JSONObject)
|
|
- com.microsoft.azure.documentdb.Offer.setContent(JSONObject)
|
|
- com.microsoft.azure.documentdb.Resource.setId(String)
|
|
- com.microsoft.azure.documentdb.Offer.setOfferType(String)
|
|
- com.microsoft.azure.documentdb.Offer.setOfferVersion(String)
|
|
- com.microsoft.azure.documentdb.Resource.setResourceId(String)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toJson()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toJson(SerializationFormattingPolicy)
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toString()
|
|
- com.microsoft.azure.documentdb.JsonSerializable.toString(int)
|
|
methods:
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.getOfferEnableRUPerMinuteThroughput()
|
|
name: getOfferEnableRUPerMinuteThroughput()
|
|
nameWithType: OfferV2.getOfferEnableRUPerMinuteThroughput()
|
|
returns:
|
|
description: <p>true if RUPerMin is enabled; otherwise false. </p>
|
|
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
|
|
summary: <p>Gets Request Units(RU)/Minute throughput is enabled/disabled for collection in the Azure Cosmos DB database service. </p>
|
|
syntax: public boolean getOfferEnableRUPerMinuteThroughput()
|
|
uid: com.microsoft.azure.documentdb.OfferV2.getOfferEnableRUPerMinuteThroughput()
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.getOfferThroughput()
|
|
name: getOfferThroughput()
|
|
nameWithType: OfferV2.getOfferThroughput()
|
|
returns:
|
|
description: <p>the offer throughput. </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets the offer throughput for this offer.</p>
|
|
|
|
<p></p>
|
|
syntax: public int getOfferThroughput()
|
|
uid: com.microsoft.azure.documentdb.OfferV2.getOfferThroughput()
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.setOfferEnableRUPerMinuteThroughput(boolean offerEnableRUPerMinuteThroughput)
|
|
name: setOfferEnableRUPerMinuteThroughput(boolean offerEnableRUPerMinuteThroughput)
|
|
nameWithType: OfferV2.setOfferEnableRUPerMinuteThroughput(boolean offerEnableRUPerMinuteThroughput)
|
|
parameters:
|
|
- description: <p>used for enabling or disabling option. </p>
|
|
name: offerEnableRUPerMinuteThroughput
|
|
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets Request Units(RU)/Minute throughput enabled/disabled for collection in the Azure Cosmos DB database service.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setOfferEnableRUPerMinuteThroughput(boolean offerEnableRUPerMinuteThroughput)
|
|
uid: com.microsoft.azure.documentdb.OfferV2.setOfferEnableRUPerMinuteThroughput(boolean)
|
|
- fullName: com.microsoft.azure.documentdb.OfferV2.setOfferThroughput(int throughput)
|
|
name: setOfferThroughput(int throughput)
|
|
nameWithType: OfferV2.setOfferThroughput(int throughput)
|
|
parameters:
|
|
- description: <p>the throughput of this offer. </p>
|
|
name: throughput
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets the offer throughput for this offer.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setOfferThroughput(int throughput)
|
|
uid: com.microsoft.azure.documentdb.OfferV2.setOfferThroughput(int)
|
|
nameWithType: OfferV2
|
|
syntax: public class OfferV2 extends Offer
|
|
type: class
|
|
uid: com.microsoft.azure.documentdb.OfferV2
|
|
fullName: com.microsoft.azure.documentdb.OfferV2
|
|
name: OfferV2
|
|
package: com.microsoft.azure.documentdb
|
|
summary: <p>Represents an offer version 2 in the Azure Cosmos DB database service. </p>
|
|
metadata: {}
|