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 provides documentation for the `TableLocation` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `TableLocation` class is used to specify the location of a finding within a table, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation provides access to 23 different versions of the `TableLocation` class, ranging from version 2.15.0 to the latest version, 4.16.0."],["The `TableLocation` class includes a `RowIndex` property of type long, which indicates the zero-based row index of the finding in the table, and it has two constructors: a parameterless one, and one that takes another `TableLocation` as the parameter."],["The `TableLocation` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]