public sealed class ExecuteQueryResponse : IMessage<ExecuteQueryResponse>, IEquatable<ExecuteQueryResponse>, IDeepCloneable<ExecuteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ExecuteQueryResponse.
A partial result set with row data potentially including additional
instructions on how recent past and future partial responses should be
interpreted.
[[["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 document provides reference information for the `ExecuteQueryResponse` class within the Google Bigtable v2 API, specifically for the .NET framework."],["This class represents the response message for the `Bigtable.ExecuteQuery` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines various versions of the API, ranging from 2.2.0 to 3.17.0, with 3.17.0 being the latest release, and 3.16.0 being the current version."],["The `ExecuteQueryResponse` class has two constructors and three properties: `Metadata`, `ResponseCase`, and `Results`, each serving a specific role in managing the response structure and data."],["The document details the inherited members of the `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`, which are available for use with `ExecuteQueryResponse`."]]],[]]