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.
Implements
IMessageColumnMetadata, IEquatableColumnMetadata, IDeepCloneableColumnMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
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 |