This command sets the status of all slices for the dataset named DAWikiAggregatedData to Waiting in the data factory named WikiADF.
The UpdateType parameter has a value of UpstreamInPipeline, and so the command sets the status of each slice for the dataset and all dependent datasets.
Dependent datasets are used as input datasets for activities in the pipeline.
This command returns a value of $True.
Parameters
-DataFactory
Specifies a PSDataFactory object.
This cmdlet modifies the status of slices that belong to the data factory that this parameter specifies.
Specifies the end of a time period as a DateTime object.
This time is the end of a data slice.
For more information about DateTime objects, type Get-Help Get-Date.
EndDateTime must be specified in the ISO8601 format as in the following examples:
2015-01-01Z
2015-01-01T00:00:00Z
2015-01-01T00:00:00.000Z (UTC)
2015-01-01T00:00:00-08:00 (Pacific Standard Time)
The default time zone designator is UTC.
Specifies the type of update to the slice.
The acceptable values for this parameter are:
Individual.
Sets the status of each slice for the dataset in the specified time range.
UpstreamInPipeline.
Sets the status of each slice for the dataset and all the dependent datasets, which are used as input datasets for activities in the pipeline.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.