The data scanned during processing (e.g. in incremental DataScan)
JSON representation
{// Union field data_range can be only one of the following:"incrementalField": {object (IncrementalField)}// End of list of possible types for union field data_range.}
Fields
Union field data_range. The range of scanned data data_range can 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 2024-11-05 UTC."],[[["The content outlines the JSON representation and structure of scanned data, specifically focusing on the `data_range` union field."],["`data_range` can be an `incrementalField`, which represents a range defined by the values of an incremental field."],["`IncrementalField` specifies a data range using start and end values, along with the name of the field."],["Within `IncrementalField`, the `field` parameter identifies a field with monotonically increasing values, while `start` and `end` mark the range boundaries."]]],[]]