ActivityWindow Class

Definition

Specifying a schedule for the activity creates a series of tumbling windows. Tumbling windows are series of fixed-sized, non-overlapping and contiguous time intervals. Activity window is an instance of these logical tumbling windows for the activity.

public class ActivityWindow
Inheritance
ActivityWindow

Constructors

ActivityWindow()

Initializes a new instance of the ActivityWindow class.

Properties

ActivityName

Required. Pipeline activity name.

ActivityType

Required. The activity type which can be either user defined or registered.

DataFactoryName

Required. Data factory name.

Duration

Optional. Duration of run.

InputDatasets

Required. The input datasets corresponding to the activity window.

LinkedServiceName

Required. The linked service the activity window is run on.

OutputDatasets

Required. The output datasets corresponding to the activity window.

PercentComplete

Optional. Pecent completion of activity window execution.

PipelineName

Required. Pipeline name.

ResourceGroupName

Required. Resource group name.

RunAttempts

Required. Number of activity run attempts.

RunEnd

Optional. End time of the last run.

RunStart

Optional. Start time of the last run.

WindowEnd

Required. Start time of the activity window.

WindowStart

Required. Start time of the activity window.

WindowState

Required. Window state.

WindowSubstate

Required. Window substate.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)