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-03-24 UTC."],[[["This webpage details the `TableLocation` class within the `Google.Cloud.Dlp.V2` namespace, which is used to specify the location of a finding within a table."],["The `TableLocation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The provided content covers different versions of the `TableLocation` class, from the latest version 4.16.0 back to version 2.15.0, showcasing its evolution."],["It exposes a `RowIndex` property, of type `System.Int64`, that indicates the zero-based row index where a finding is located, with specific notes for BigQuery data sources."],["There are two constructors available for the `TableLocation` class, one parameterless and one that takes another instance of the class as a parameter."]]],[]]