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

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

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

Structured content to inspect. Up to 50,000 Values per request allowed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table to learn more.

Inheritance

object > Table

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Table()

public Table()

Table(Table)

public Table(Table other)
Parameter
NameDescription
otherTable

Properties

Headers

public RepeatedField<FieldId> Headers { get; }

Headers of the table.

Property Value
TypeDescription
RepeatedFieldFieldId

Rows

public RepeatedField<Table.Types.Row> Rows { get; }

Rows of the table.

Property Value
TypeDescription
RepeatedFieldTableTypesRow