Class ThroughputSettingsResource

java.lang.Object
com.microsoft.azure.management.cosmosdb.ThroughputSettingsResource

public class ThroughputSettingsResource extends Object
Cosmos DB resource throughput object.
  • Constructor Details

    • ThroughputSettingsResource

      public ThroughputSettingsResource()
  • Method Details

    • throughput

      public int throughput()
      Get value of the Cosmos DB resource throughput.
      Returns:
      the throughput value
    • withThroughput

      public ThroughputSettingsResource withThroughput(int throughput)
      Set value of the Cosmos DB resource throughput.
      Parameters:
      throughput - the throughput value to set
      Returns:
      the ThroughputSettingsResource object itself.
    • minimumThroughput

      public String minimumThroughput()
      Get the minimum throughput of the resource.
      Returns:
      the minimumThroughput value
    • offerReplacePending

      public String offerReplacePending()
      Get the throughput replace is pending.
      Returns:
      the offerReplacePending value