Class RunStreamRequest
Request message for running a stream.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class RunStreamRequest : IDirectResponseSchema
Properties
CdcStrategy
Optional. The CDC strategy of the stream. If not set, the system's default value will be used.
Declaration
[JsonProperty("cdcStrategy")]
public virtual CdcStrategy CdcStrategy { get; set; }
Property Value
Type | Description |
---|---|
CdcStrategy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Force
Optional. Update the stream without validating it.
Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type | Description |
---|---|
bool? |