idValues property

List<String>? idValues
getter/setter pair

Values of identifying columns in the given row.

Order of values matches the order of identifying_fields specified in the scanning request.

Implementation

core.List<core.String>? idValues;