The data scanned during processing (e.g. in incremental DataScan)
JSON representation
{// Union fielddata_rangecan be only one of the following:"incrementalField":{object (IncrementalField)}// End of list of possible types for union fielddata_range.}
Fields
Union fielddata_range. The range of scanned datadata_rangecan be only one of the following:
[[["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-09-08 UTC."],[[["\u003cp\u003eThe content outlines the JSON representation and structure of scanned data, specifically focusing on the \u003ccode\u003edata_range\u003c/code\u003e union field.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edata_range\u003c/code\u003e can be an \u003ccode\u003eincrementalField\u003c/code\u003e, which represents a range defined by the values of an incremental field.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIncrementalField\u003c/code\u003e specifies a data range using start and end values, along with the name of the field.\u003c/p\u003e\n"],["\u003cp\u003eWithin \u003ccode\u003eIncrementalField\u003c/code\u003e, the \u003ccode\u003efield\u003c/code\u003e parameter identifies a field with monotonically increasing values, while \u003ccode\u003estart\u003c/code\u003e and \u003ccode\u003eend\u003c/code\u003e mark the range boundaries.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [IncrementalField](#IncrementalField)\n - [JSON representation](#IncrementalField.SCHEMA_REPRESENTATION)\n\nThe data scanned during processing (e.g. in incremental DataScan)\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `data_range` can be only one of the following: \"incrementalField\": { object (/dataplex/docs/reference/rest/v1/ScannedData#IncrementalField) } // End of list of possible types for union field `data_range`. } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| Union field `data_range`. The range of scanned data `data_range` can be only one of the following: ||\n| `incrementalField` | `object (`[IncrementalField](/dataplex/docs/reference/rest/v1/ScannedData#IncrementalField)`)` The range denoted by values of an incremental field |\n\nIncrementalField A data range denoted by a pair of start/end values of a field.\n\n| JSON representation |\n|-------------------------------------------------------------|\n| ``` { \"field\": string, \"start\": string, \"end\": string } ``` |\n\n| Fields ||\n|---------|-------------------------------------------------------------------------------------------------------------------------|\n| `field` | `string` Output only. The field that contains values which monotonically increases over time (e.g. a timestamp column). |\n| `start` | `string` Output only. Value that marks the start of the range. |\n| `end` | `string` Output only. Value that marks the end of the range. |"]]