ListDataFeedOptions Class

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

public final class ListDataFeedOptions

Additional properties for filtering results on the listDataFeeds operation.

Constructor Summary

Constructor Description
ListDataFeedOptions()

Creates an instance of ListDataFeedOptions.

Method Summary

Modifier and Type Method and Description
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

Integer getMaxPageSize()

Gets limit indicating the number of items that will be included in a service returned page.

Integer getSkip()

Gets the number of items in the queried collection that will be skipped and not included in the returned result.

ListDataFeedOptions setListDataFeedFilter(ListDataFeedFilter listDataFeedFilter)

Set the additional data feed filter options that can be passed for filtering the result of listDataFeeds operation.

ListDataFeedOptions setMaxPageSize(Integer maxPageSize)

Sets limit indicating the number of items to be included in a service returned page.

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.

Methods inherited from java.lang.Object

Constructor Details

ListDataFeedOptions

public ListDataFeedOptions()

Creates an instance of 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

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.

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.

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.

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.

Applies to