Google Cloud Data Loss Prevention v2 API - Class TableOptions (4.8.0)

public sealed class TableOptions : IMessage<TableOptions>, IEquatable<TableOptions>, IDeepCloneable<TableOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TableOptions.

Instructions regarding the table content being inspected.

Inheritance

object > TableOptions

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TableOptions()

public TableOptions()

TableOptions(TableOptions)

public TableOptions(TableOptions other)
Parameter
NameDescription
otherTableOptions

Properties

IdentifyingFields

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.

Property Value
TypeDescription
RepeatedFieldFieldId