public sealed class ScannedData.Types.IncrementalField : IMessage<ScannedData.Types.IncrementalField>, IEquatable<ScannedData.Types.IncrementalField>, IDeepCloneable<ScannedData.Types.IncrementalField>, IBufferMessage, IMessageReference 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.
Implements
IMessageScannedDataTypesIncrementalField, IEquatableScannedDataTypesIncrementalField, IDeepCloneableScannedDataTypesIncrementalField, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
IncrementalField()
public IncrementalField()IncrementalField(IncrementalField)
public IncrementalField(ScannedData.Types.IncrementalField other)| Parameter | |
|---|---|
| Name | Description |
other |
ScannedDataTypesIncrementalField |
Properties
End
public string End { get; set; }Output only. Value that marks the end of the range.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Field
public string Field { get; set; }Output only. The field that contains values which monotonically increases over time (e.g. a timestamp column).
| Property Value | |
|---|---|
| Type | Description |
string |
|
Start
public string Start { get; set; }Output only. Value that marks the start of the range.
| Property Value | |
|---|---|
| Type | Description |
string |
|