Class ListMetricDimensionValuesOptions

java.lang.Object
com.azure.ai.metricsadvisor.models.ListMetricDimensionValuesOptions

public final class ListMetricDimensionValuesOptions extends Object
Additional properties to set when using the API to list dimension values for a metric.
  • Constructor Details

    • ListMetricDimensionValuesOptions

      public ListMetricDimensionValuesOptions()
  • Method Details

    • getDimensionValueToFilter

      public String getDimensionValueToFilter()
      Get the dimension value to filter the query result.
      Returns:
      the dimension value to filter the query result.
    • getMaxPageSize

      public Integer getMaxPageSize()
      Gets limit indicating the number of items that will be included in a service returned page.
      Returns:
      The max page size value.
    • getSkip

      public Integer getSkip()
      Gets the number of items in the queried collection that will be skipped and not included in the returned result.
      Returns:
      The skip value.
    • setDimensionValueToFilter

      public ListMetricDimensionValuesOptions setDimensionValueToFilter(String dimensionValueToFilter)
      Set the dimension value to filter the query result.
      Parameters:
      dimensionValueToFilter - the dimension value to filter the query result.
      Returns:
      the ListMetricDimensionValuesOptions itself.
    • setMaxPageSize

      public ListMetricDimensionValuesOptions setMaxPageSize(Integer maxPageSize)
      Sets limit indicating the number of items to be included in a service returned page.
      Parameters:
      maxPageSize - The max page size value.
      Returns:
      The ListMetricDimensionValuesOptions object itself.
    • setSkip

      Sets the number of items in the queried collection that are to be skipped and not included in the returned result.
      Parameters:
      skip - The skip value.
      Returns:
      ListMetricDimensionValuesOptions itself.