Google Bigtable v2 API - Class ColumnMetadata (3.14.0)

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

Reference documentation and code samples for the Google Bigtable v2 API class ColumnMetadata.

Describes a column in a Bigtable Query Language result set.

Inheritance

object > ColumnMetadata

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

ColumnMetadata()

public ColumnMetadata()

ColumnMetadata(ColumnMetadata)

public ColumnMetadata(ColumnMetadata other)
Parameter
Name Description
other ColumnMetadata

Properties

Name

public string Name { get; set; }

The name of the column.

Property Value
Type Description
string

Type

public Type Type { get; set; }

The type of the column.

Property Value
Type Description
Type