public RepeatedField<FieldId> IdentifyingFields { get; }
The columns that are the primary keys for table objects included in
ContentItem. A copy of this cell's value will stored alongside alongside
each finding so that the finding can be traced to the specific row it came
from. No more than 3 may be provided.
[[["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."],[[["The latest version available for `Google.Cloud.Dlp.V2.TableOptions` is 4.16.0, with multiple previous versions listed, down to 2.15.0, providing options for different .NET environments."],["`TableOptions` is a class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `TableOptions` class includes a property called `IdentifyingFields`, which is a collection of `FieldId` objects used to store the primary key columns of the table, allowing findings to be traced back to their original row within a table, and allowing no more than 3 of them."],["There are two constructors available for the `TableOptions` class: one default constructor `TableOptions()`, and another that accepts a `TableOptions` object as a parameter for copying."]]],[]]