IActivityWindowOperations Interface

Definition

Operations for activity windows.

public interface IActivityWindowOperations

Methods

ListAsync(ActivityWindowsByActivityListParameters, CancellationToken)

Gets the first page of activity window instances for a pipeline activity with the link to the next page.

ListAsync(ActivityWindowsByDataFactoryListParameters, CancellationToken)

Gets the first page of activity window instances for a data factory with the link to the next page.

ListAsync(ActivityWindowsByDatasetListParameters, CancellationToken)

Gets the first page of activity window instances for a dataset with the link to the next page.

ListAsync(ActivityWindowsByPipelineListParameters, CancellationToken)

Gets the first page of activity window instances for a pipeline with the link to the next page.

ListNextAsync(String, ActivityWindowsByActivityListParameters, CancellationToken)

Gets the next page of activity window instances with the link to the next page.

ListNextAsync(String, ActivityWindowsByDataFactoryListParameters, CancellationToken)

Gets the next page of activity window instances with the link to the next page.

ListNextAsync(String, ActivityWindowsByDatasetListParameters, CancellationToken)

Gets the next page of activity window instances with the link to the next page.

ListNextAsync(String, ActivityWindowsByPipelineListParameters, CancellationToken)

Gets the next page of activity window instances with the link to the next page.

Extension Methods

List(IActivityWindowOperations, ActivityWindowsByActivityListParameters)
List(IActivityWindowOperations, ActivityWindowsByDataFactoryListParameters)
List(IActivityWindowOperations, ActivityWindowsByDatasetListParameters)
List(IActivityWindowOperations, ActivityWindowsByPipelineListParameters)
ListAsync(IActivityWindowOperations, ActivityWindowsByActivityListParameters)
ListAsync(IActivityWindowOperations, ActivityWindowsByDataFactoryListParameters)
ListAsync(IActivityWindowOperations, ActivityWindowsByDatasetListParameters)
ListAsync(IActivityWindowOperations, ActivityWindowsByPipelineListParameters)
ListByPipelineActivity(IActivityWindowOperations, ActivityWindowsByActivityListParameters)
ListNext(IActivityWindowOperations, String, ActivityWindowsByActivityListParameters)
ListNext(IActivityWindowOperations, String, ActivityWindowsByDataFactoryListParameters)
ListNext(IActivityWindowOperations, String, ActivityWindowsByDatasetListParameters)
ListNext(IActivityWindowOperations, String, ActivityWindowsByPipelineListParameters)
ListNextAsync(IActivityWindowOperations, String, ActivityWindowsByActivityListParameters)
ListNextAsync(IActivityWindowOperations, String, ActivityWindowsByDataFactoryListParameters)
ListNextAsync(IActivityWindowOperations, String, ActivityWindowsByDatasetListParameters)
ListNextAsync(IActivityWindowOperations, String, ActivityWindowsByPipelineListParameters)