Class TableGetPropertiesOptions

java.lang.Object
com.azure.resourcemanager.cosmos.models.OptionsResource
com.azure.resourcemanager.cosmos.models.TableGetPropertiesOptions

public final class TableGetPropertiesOptions extends OptionsResource
The TableGetPropertiesOptions model.
  • Constructor Details

    • TableGetPropertiesOptions

      public TableGetPropertiesOptions()
      Creates an instance of TableGetPropertiesOptions class.
  • Method Details

    • withThroughput

      public TableGetPropertiesOptions withThroughput(Integer throughput)
      Set the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details.
      Overrides:
      withThroughput in class OptionsResource
      Parameters:
      throughput - the throughput value to set.
      Returns:
      the OptionsResource object itself.
    • withAutoscaleSettings

      public TableGetPropertiesOptions withAutoscaleSettings(AutoscaleSettings autoscaleSettings)
      Set the autoscaleSettings property: Specifies the Autoscale settings.
      Overrides:
      withAutoscaleSettings in class OptionsResource
      Parameters:
      autoscaleSettings - the autoscaleSettings value to set.
      Returns:
      the OptionsResource object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class OptionsResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.