Show / Hide Table of Contents

Class CdcStrategy

The strategy that the stream uses for CDC replication.

Inheritance
object
CdcStrategy
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 CdcStrategy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MostRecentStartPosition

Optional. Start replicating from the most recent position in the source.

Declaration
[JsonProperty("mostRecentStartPosition")]
public virtual MostRecentStartPosition MostRecentStartPosition { get; set; }
Property Value
Type Description
MostRecentStartPosition

NextAvailableStartPosition

Optional. Resume replication from the next available position in the source.

Declaration
[JsonProperty("nextAvailableStartPosition")]
public virtual NextAvailableStartPosition NextAvailableStartPosition { get; set; }
Property Value
Type Description
NextAvailableStartPosition

SpecificStartPosition

Optional. Start replicating from a specific position in the source.

Declaration
[JsonProperty("specificStartPosition")]
public virtual SpecificStartPosition SpecificStartPosition { get; set; }
Property Value
Type Description
SpecificStartPosition

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX