Show / Hide Table of Contents

Class RunStreamRequest

Request message for running a stream.

Inheritance
object
RunStreamRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX