public sealed class ProtoSchema : IMessage<ProtoSchema>, IEquatable<ProtoSchema>, IDeepCloneable<ProtoSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ProtoSchema.
ResultSet schema in proto format
Implements
IMessageProtoSchema, IEquatableProtoSchema, IDeepCloneableProtoSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
ProtoSchema()
public ProtoSchema()
ProtoSchema(ProtoSchema)
public ProtoSchema(ProtoSchema other)
Parameter | |
---|---|
Name | Description |
other |
ProtoSchema |
Properties
Columns
public RepeatedField<ColumnMetadata> Columns { get; }
The columns in the result set.
Property Value | |
---|---|
Type | Description |
RepeatedFieldColumnMetadata |