Google Bigtable v2 API - Class MaterializedViewResponse (3.27.0)

public sealed class MaterializedViewResponse : IMessage<MaterializedViewResponse>, IEquatable<MaterializedViewResponse>, IDeepCloneable<MaterializedViewResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class MaterializedViewResponse.

A response wrapper for operations on a materialized view. Internal usage only.

Inheritance

object > MaterializedViewResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

MaterializedViewResponse()

public MaterializedViewResponse()

MaterializedViewResponse(MaterializedViewResponse)

public MaterializedViewResponse(MaterializedViewResponse other)
Parameter
Name Description
other MaterializedViewResponse

Properties

PayloadCase

public MaterializedViewResponse.PayloadOneofCase PayloadCase { get; }
Property Value
Type Description
MaterializedViewResponsePayloadOneofCase

ReadRow

public SessionReadRowResponse ReadRow { get; set; }
Property Value
Type Description
SessionReadRowResponse