Cloud Dataplex v1 API - Class ScannedData.Types.IncrementalField (2.4.0)

public sealed class ScannedData.Types.IncrementalField : IMessage<ScannedData.Types.IncrementalField>, IEquatable<ScannedData.Types.IncrementalField>, IDeepCloneable<ScannedData.Types.IncrementalField>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class ScannedData.Types.IncrementalField.

A data range denoted by a pair of start/end values of a field.

Inheritance

object > ScannedData.Types.IncrementalField

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

IncrementalField()

public IncrementalField()

IncrementalField(IncrementalField)

public IncrementalField(ScannedData.Types.IncrementalField other)
Parameter
NameDescription
otherScannedDataTypesIncrementalField

Properties

End

public string End { get; set; }

Value that marks the end of the range.

Property Value
TypeDescription
string

Field

public string Field { get; set; }

The field that contains values which monotonically increases over time (e.g. a timestamp column).

Property Value
TypeDescription
string

Start

public string Start { get; set; }

Value that marks the start of the range.

Property Value
TypeDescription
string