Google Bigtable v2 API - Class SessionResponse (3.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class SessionResponse : IMessage<SessionResponse>, IEquatable<SessionResponse>, IDeepCloneable<SessionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class SessionResponse.
public VirtualRpcResponse VirtualRpc { get; set; }
A vRPC can result in either a successful result or an error.
Error results are separate to allow for multiple vRPC responses,
e.g. for streaming calls like scans (post-V1). See Flow Control.