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."],[[["The latest version of the `ScannedData.Types.IncrementalField` class within the Cloud Dataplex v1 API is 3.6.0, with numerous previous versions dating back to 1.0.0."],["`ScannedData.Types.IncrementalField` is a class that represents a data range, defined by start and end values of a designated field."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for defining the `Start`, `End`, and `Field` values, all of which are of string type, which are used to specify the beginning and ending point of the range, and the field it applies to."],["There are also two constructors, one default and one that takes an existing `ScannedData.Types.IncrementalField` as a parameter for object creation."]]],[]]