PipelineProperties Class

Definition

Pipeline properties

public class PipelineProperties
Inheritance
PipelineProperties

Constructors

PipelineProperties()
PipelineProperties(IList<Activity>)

Properties

Activities

Activities that belong to the pipeline.

Datasets

Optional. List of datasets to be used by activities defined in the pipeline. This can be used to define datasets that are specific to this pipeline and not defined within the datafactory. Datasets defined within this pipeline can only be used by this pipeline and cannot be shared.

Description

Pipeline description.

End

The end time of the pipeline. The start and end time can both be empty to create a pipeline; they must both have values to set an active period for the pipeline and one cannot have a value if the other does not.

ErrorMessage

Error in processing pipeline request.

ExpirationTime

Optional. Duration of time after creation for which the pipeline is valid and should remain provisioned. The pipeline will be deleted automatically once it reaches the expiration time if it does not have any active or pending runs

HubName

The name of the Hub that this pipeline belongs to.

IsPaused

The status of the pipeline. Pipeline is paused when boolean is set to true.

PipelineMode

Optional. The method of scheduling runs for the pipeline. Must be one of PipelineMode.

ProvisioningState

The provisioning state of the pipeline.

RuntimeInfo

Pipeline runtime information.

Start

The start time of the pipeline. The start and end time
can both be empty to create a pipeline; they must both have values to set an active period for the pipeline and one cannot have a
value if the other does not.

Extension Methods

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