public sealed class ResultSetMetadata : IMessage<ResultSetMetadata>, IEquatable<ResultSetMetadata>, IDeepCloneable<ResultSetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ResultSetMetadata.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ResultSetMetadata` class provides a structure for describing the data format of a Bigtable result set."],["This class is part of the Google Cloud Bigtable v2 API, specifically within the `Google.Cloud.Bigtable.V2` namespace."],["It includes constructors for creating new instances, either blank, or by copying from an existing `ResultSetMetadata` object."],["The class exposes properties like `ProtoSchema` which allows schema in a proto format, and `SchemaCase` which describes the schema case."],["There are multiple versions available, ranging from 2.2.0 up to the latest version which is 3.17.0, each version number is linked to specific reference documentation."]]],[]]