View Source GoogleApi.Dataflow.V1b3.Model.StreamingOperationalLimits (google_api_dataflow v0.50.0)
Operational limits imposed on streaming jobs by the backend.
Attributes
-
maxBagElementBytes
(type:String.t
, default:nil
) - The maximum size for an element in bag state. -
maxGlobalDataBytes
(type:String.t
, default:nil
) - The maximum size for an element in global data. -
maxKeyBytes
(type:String.t
, default:nil
) - The maximum size allowed for a key. -
maxProductionOutputBytes
(type:String.t
, default:nil
) - The maximum size for a single output element. -
maxSortedListElementBytes
(type:String.t
, default:nil
) - The maximum size for an element in sorted list state. -
maxSourceStateBytes
(type:String.t
, default:nil
) - The maximum size for a source state update. -
maxTagBytes
(type:String.t
, default:nil
) - The maximum size for a state tag. -
maxValueBytes
(type:String.t
, default:nil
) - The maximum size for a value state field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingOperationalLimits{ maxBagElementBytes: String.t() | nil, maxGlobalDataBytes: String.t() | nil, maxKeyBytes: String.t() | nil, maxProductionOutputBytes: String.t() | nil, maxSortedListElementBytes: String.t() | nil, maxSourceStateBytes: String.t() | nil, maxTagBytes: String.t() | nil, maxValueBytes: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.