The zero-based index of the row where the finding is located. Only
populated for resources that have a natural ordering, not BigQuery. In
BigQuery, to identify the row a finding came from, populate
BigQueryOptions.identifying_fields with your primary key column names and
when you store the findings the value of those columns will be stored
inside of Finding.
[[["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-04-09 UTC."],[[["This webpage details the `TableLocation` class within the `Google.Cloud.Dlp.V2` namespace, providing information on its functionality for locating findings within a table."],["The latest version of the `TableLocation` class is 4.16.0, with historical versions available dating back to 2.15.0."],["`TableLocation` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `TableLocation` class includes a `RowIndex` property which is a zero-based index of the row where a finding is located, although this property is not utilized by BigQuery."],["The `TableLocation` class has two constructors, one being a default constructor, and the second takes another `TableLocation` object as a parameter for creating a copy."]]],[]]