DataFeedFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters the result of the GetDataFeeds(GetDataFeedsOptions, CancellationToken) and GetDataFeedsAsync(GetDataFeedsOptions, CancellationToken) operations.
public class DataFeedFilter
type DataFeedFilter = class
Public Class DataFeedFilter
- Inheritance
-
DataFeedFilter
Constructors
DataFeedFilter() |
Initializes a new instance of the DataFeedFilter class. |
Properties
Creator |
Filters the result by Creator. Only data feeds containing the filter as a substring of their creators will be returned. Case insensitive. |
GranularityType |
Filters the result by GranularityType. |
Name |
Filters the result by Name. Only data feeds containing the filter as a substring of their names will be returned. Case insensitive. |
SourceKind |
Filters the result by the kind of the DataFeedSource. |
Status |
Filters the result by Status. |