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 Data Loss Prevention v2 API for .NET, with the latest version being 4.16.0 and a range of previous versions listed."],["The `TableOptions` class is used to specify instructions regarding the table content being inspected, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TableOptions` class inherits from `Object` and includes constructors for creating a new instance and copying another instance, along with inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class contains one main property called `IdentifyingFields`, which is a `RepeatedField` of `FieldId` and represents the primary key columns for table objects, allowing for tracking findings back to their original rows."],["This class resides in the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly."]]],[]]