Row number inferred at the time the table was scanned. This value is
nondeterministic, cannot be queried, and may be null for inspection
jobs. To locate findings within a table, specify
inspect_job.storage_config.big_query_options.identifying_fields in
CreateDlpJobRequest.
[[["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 `BigQueryKey` class within the `Google.Cloud.Dlp.V2` namespace, which is a row key used for identifying records in a BigQuery table."],["The `BigQueryKey` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` inherited from `System.Object`."],["The latest version of `BigQueryKey` documented is 4.16.0, but the page's content specifically refers to version 3.3.0, with a list of other version numbers for this class being documented."],["`BigQueryKey` has properties for `RowNumber`, an `Int64` representing the row number in the BigQuery table, and `TableReference`, which provides the complete `BigQueryTable` reference."],["The class includes two constructors: a default constructor `BigQueryKey()` and another that takes a `BigQueryKey` parameter for copying, denoted as `BigQueryKey(BigQueryKey other)`."]]],[]]