Class ListMetricEnrichmentStatusOptions

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

public final class ListMetricEnrichmentStatusOptions extends Object
Additional parameters to set when listing enrichment status for a metric.
  • Constructor Details

    • ListMetricEnrichmentStatusOptions

      public ListMetricEnrichmentStatusOptions()
  • Method Details

    • 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.
    • setMaxPageSize

      public ListMetricEnrichmentStatusOptions 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 ListDataFeedOptions 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:
      ListMetricEnrichmentStatusOptions itself.