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-04-09 UTC."],[[["The latest version of the `Google.Cloud.Dlp.V2.TableOptions` documentation is version 4.16.0, with a range of historical versions available down to 2.15.0."],["`TableOptions` is a class used for inspecting table content, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `TableOptions` has two constructors: a default constructor `TableOptions()` and a copy constructor `TableOptions(TableOptions other)`."],["`TableOptions` includes a property called `IdentifyingFields` of type `RepeatedField\u003cFieldId\u003e`, which stores the primary key columns of a table and should be limited to a maximum of 3 fields."],["The `TableOptions` class is part of the `Google.Cloud.Dlp.V2` namespace and is found in the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]