google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.SourceMetadata View Source
Metadata about a Source useful for automatically optimizing and tuning the pipeline, etc.
Attributes
- estimatedSizeBytes (String.t): An estimate of the total size (in bytes) of the data that would be read from this source. This estimate is in terms of external storage size, before any decompression or other processing done by the reader. Defaults to:
null
. - infinite (boolean()): Specifies that the size of this source is known to be infinite (this is a streaming source). Defaults to:
null
. - producesSortedKeys (boolean()): Whether this source is known to produce key/value pairs with the (encoded) keys in lexicographically sorted order. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.