google_api_dataflow v0.0.1 GoogleApi.Dataflow.V1b3.Model.SourceSplitOptions View Source

Hints for splitting a Source into bundles (parts for parallel processing) using SourceSplitRequest.

Attributes

  • desiredBundleSizeBytes (String): The source should be split into a set of bundles where the estimated size of each is approximately this many bytes. Defaults to: null.
  • desiredShardSizeBytes (String): DEPRECATED in favor of desired_bundle_size_bytes. Defaults to: null.