View Source GoogleApi.Datastream.V1.Model.RunStreamRequest (google_api_datastream v0.7.1)
Request message for running a stream.
Attributes
-
cdcStrategy(type:GoogleApi.Datastream.V1.Model.CdcStrategy.t, default:nil) - Optional. The CDC strategy of the stream. If not set, the system's default value will be used. -
force(type:boolean(), default:nil) - Optional. Update the stream without validating it.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Datastream.V1.Model.RunStreamRequest{ cdcStrategy: GoogleApi.Datastream.V1.Model.CdcStrategy.t() | nil, force: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.