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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ScannedData.Types.IncrementalField` class within the Google Cloud Dataplex V1 API."],["The `IncrementalField` class represents a data range defined by a start and end value within a specific field, and it is used within the Cloud Dataplex V1 API to define data ranges."],["The documentation lists the class's constructors, `IncrementalField()` and `IncrementalField(ScannedData.Types.IncrementalField other)`, which allow for creating new instances and cloning existing ones, respectively."],["Key properties of the `IncrementalField` class include `End`, `Field`, and `Start`, which represent the end of the range, the name of the field used for the range, and the beginning of the range, all of which are of string type."],["The page also lists available versions of the documentation for this class, ranging from 1.0.0 up to the latest 3.6.0."]]],[]]