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 of the `Google.Cloud.Dlp.V2.TableOptions` is 4.16.0, with multiple previous versions available, dating back to 2.15.0."],["`TableOptions` is a class used for providing instructions on table content inspection, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TableOptions` class includes a constructor and a copy constructor, allowing for the creation of new instances or copies."],["`TableOptions` has a property called `IdentifyingFields`, a `RepeatedField` of `FieldId` that specifies the primary key columns of table objects for tracing findings to specific rows."],["The namespace for the `TableOptions` class is `Google.Cloud.Dlp.V2`, and it is part of the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]