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."],[[["This webpage provides documentation for the `TableOptions` class within the `Google.Cloud.Dlp.V2` namespace, detailing its use in data loss prevention."],["The `TableOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data cloning."],["The available versions of the `TableOptions` class range from version 4.16.0 (latest) down to 2.15.0, allowing access to different releases and their associated features."],["The class includes properties like `IdentifyingFields`, which allows for specifying primary key columns to trace findings back to their origin rows in a table."],["The class have contructors, one default, and another to copy the attributes of another `TableOptions` object."]]],[]]