Class Table (4.0.0)

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

Structured content to inspect. Up to 50,000 Values per request allowed. See https://cloud.google.com/dlp/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
RepeatedField<FieldId>

Rows

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

Rows of the table.

Property Value
TypeDescription
RepeatedField<Table.Types.Row>