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."],[[["This webpage provides reference documentation for the `TableOptions` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its usage and implementation."],["The documentation covers a range of versions of the `TableOptions` class, from version 2.15.0 up to the latest version 4.16.0, and includes version 4.15.0."],["The `TableOptions` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which it inherits from the object class, and it also includes constructors and a property named `IdentifyingFields`."],["`IdentifyingFields`, is a property of type `RepeatedField\u003cFieldId\u003e`, that is used to store a copy of the primary key values from specified columns within the table objects, allowing findings to be traced back to their respective rows, which can hold a maximum of three key fields."]]],[]]