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. |