View Source GoogleApi.Dataflow.V1b3.Model.BucketOptions (google_api_dataflow v0.51.0)
BucketOptions describes the bucket boundaries used in the histogram.
Attributes
-
exponential(type:GoogleApi.Dataflow.V1b3.Model.Base2Exponent.t, default:nil) - Bucket boundaries grow exponentially. -
linear(type:GoogleApi.Dataflow.V1b3.Model.Linear.t, default:nil) - Bucket boundaries grow linearly.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.BucketOptions{ exponential: GoogleApi.Dataflow.V1b3.Model.Base2Exponent.t() | nil, linear: GoogleApi.Dataflow.V1b3.Model.Linear.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.