sdkPipelineOptions property

Map<String, Object?>? sdkPipelineOptions
getter/setter pair

The Cloud Dataflow SDK pipeline options specified by the user.

These options are passed through the service and are used to recreate the SDK pipeline options on the worker in a language agnostic and platform independent way.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? sdkPipelineOptions;