Share via


GetDataFeedIngestionStatusesOptions Class

Definition

public class GetDataFeedIngestionStatusesOptions
type GetDataFeedIngestionStatusesOptions = class
Public Class GetDataFeedIngestionStatusesOptions
Inheritance
GetDataFeedIngestionStatusesOptions

Constructors

GetDataFeedIngestionStatusesOptions(DateTimeOffset, DateTimeOffset)

Initializes a new instance of the GetDataFeedIngestionStatusesOptions class.

Properties

EndsOn

Filters the result. Only status of data being ingested up to this point in time, in UTC, will be returned.

MaxPageSize

If set, specifies the maximum limit of items returned in each page of results. Note: unless the number of pages enumerated from the service is limited, the service will return an unlimited number of total items.

Skip

If set, skips the first set of items returned. This property specifies the count of items to be skipped.

StartsOn

Filters the result. Only status of data being ingested from this point in time, in UTC, will be returned.

Applies to