Google Bigtable v2 API - Class ProtoSchema (3.14.0)

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

Inheritance

object > ProtoSchema

Namespace

Google.Cloud.Bigtable.V2

Assembly

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