Google BigQuery Storage v1 API - Class FlushRowsResponse (3.14.0)

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

Reference documentation and code samples for the Google BigQuery Storage v1 API class FlushRowsResponse.

Respond message for FlushRows.

Inheritance

object > FlushRowsResponse

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

FlushRowsResponse()

public FlushRowsResponse()

FlushRowsResponse(FlushRowsResponse)

public FlushRowsResponse(FlushRowsResponse other)
Parameter
NameDescription
otherFlushRowsResponse

Properties

Offset

public long Offset { get; set; }

The rows before this offset (including this offset) are flushed.

Property Value
TypeDescription
long