Class ListDataFeedOptions

java.lang.Object
com.azure.ai.metricsadvisor.administration.models.ListDataFeedOptions

public final class ListDataFeedOptions extends Object
Additional properties for filtering results on the listDataFeeds operation.
  • Constructor Details

    • ListDataFeedOptions

      public ListDataFeedOptions()
  • Method Details

    • getListDataFeedFilter

      public ListDataFeedFilter getListDataFeedFilter()
      Get the additional data feed filter options that can be passed for filtering the result of the data feeds returned by the service
      Returns:
      The data feed filter options used for filtering the result of the data feeds returned by the service
    • setListDataFeedFilter

      public ListDataFeedOptions setListDataFeedFilter(ListDataFeedFilter listDataFeedFilter)
      Set the additional data feed filter options that can be passed for filtering the result of listDataFeeds operation.
      Parameters:
      listDataFeedFilter - the additional data feed filter options that can be passed for filtering the data feeds returned by the service.
      Returns:
      the updated ListDataFeedOptions value.
    • 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.
    • setMaxPageSize

      public ListDataFeedOptions 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.
    • 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.
    • setSkip

      public ListDataFeedOptions setSkip(Integer skip)
      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:
      ListDataFeedOptions itself.