Show / Hide Table of Contents

Class Table

A single table.

Inheritance
object
Table
Implements
IMessage<Table>
IEquatable<Table>
IDeepCloneable<Table>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class Table : IMessage<Table>, IEquatable<Table>, IDeepCloneable<Table>, IBufferMessage, IMessage

Constructors

Table()

Declaration
public Table()

Table(Table)

Declaration
public Table(Table other)
Parameters
Type Name Description
Table other

Properties

Columns

List of columns in this table. Order of columns matches the display order.

Declaration
public RepeatedField<ColumnDescription> Columns { get; }
Property Value
Type Description
RepeatedField<ColumnDescription>

DisplayName

The human readable title of the table.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Name

The resource name of the table. Table names have the form tables/{table}.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

TableName

TableName-typed view over the Name resource name property.

Declaration
public TableName TableName { get; set; }
Property Value
Type Description
TableName
In this article
Back to top Generated by DocFX