ListDataFeedOptions Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. ListDataFeedOptions
- com.
public final class ListDataFeedOptions
Additional properties for filtering results on the listDataFeeds operation.
Constructor Summary
Constructor | Description |
---|---|
ListDataFeedOptions() |
Creates an instance of List |
Method Summary
Modifier and Type | Method and Description |
---|---|
List |
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. |
List |
setListDataFeedFilter(ListDataFeedFilter listDataFeedFilter)
Set the additional data feed filter options that can be passed for filtering the result of list |
List |
setMaxPageSize(Integer maxPageSize)
Sets limit indicating the number of items to be included in a service returned page. |
List |
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:
getMaxPageSize
public Integer getMaxPageSize()
Gets limit indicating the number of items that will be included in a service returned page.
Returns:
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:
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:
Returns:
ListDataFeedOptions
value.setMaxPageSize
public ListDataFeedOptions setMaxPageSize(Integer maxPageSize)
Sets limit indicating the number of items to be included in a service returned page.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java