Examples of using Objects in the pipeline in English and their translations into French
{-}
-
Colloquial
-
Official
Maniputlate objects in the pipeline.
If you use an ondemand schedule,specify it in the default object as the only scheduleType for objects in the pipeline.
Enumerating objects in the pipeline.
If you use an on-demand schedule it must be specified in the default object andmust be the only scheduleType specified for objects in the pipeline.
Enumerate objects in the Pipeline.
If you use an ondemand schedule, it must be specified in the default object andmust be the only scheduleType specified for objects in the pipeline.
Select, sort, and measure objects in the pipeline.
If you use an ondemand schedule, you must specify itin the default object, and it must be the only scheduleType specified for objects in the pipeline.
After the function receives all the objects in the pipeline, the End statement list runs one time.
Windows PowerShell includes a Where-Object cmdlet that allows you to test each object in the pipeline and only pass it along the pipeline if it meets a particular test condition.
These fields are automatically included in every object in the pipeline definition file that doesn't explicitly set its parent field to reference a different object. .
Allows you to specify whether the objects in your pipeline definition should be scheduled at the beginning of the interval or at the end of the interval.
Allows you to specify whether the schedule for objects in your pipeline.
A field value that you specify as an identifier of another object in the same pipeline definition.
To view valid values for a particular field,see Pipeline Object Reference in the AWS Data Pipeline Developer Guide.
To view fields for a data pipeline object, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide.
Specify one of the supported pipeline definition object types, which are listed in the topic Pipeline Object Reference.
Next, define the Activity object in your pipeline definition.
When the status of every object in your pipeline is FINISHED, your pipeline has successfully completed the scheduled tasks.
Contains the current object in the pipeline object.
Where-Object script blocks use the special variable'$_' to refer to the current object in the pipeline.
If the command is the last in the pipeline, the objects are displayed on the console.
You can use this variable in commands that perform an action on every object or on selected objects in a pipeline.