public sealed class FlushRowsResponse : IMessage<FlushRowsResponse>, IEquatable<FlushRowsResponse>, IDeepCloneable<FlushRowsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google BigQuery Storage v1 API class FlushRowsResponse.
Respond message for FlushRows.
Implements
IMessageFlushRowsResponse, IEquatableFlushRowsResponse, IDeepCloneableFlushRowsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
FlushRowsResponse()
public FlushRowsResponse()FlushRowsResponse(FlushRowsResponse)
public FlushRowsResponse(FlushRowsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FlushRowsResponse |
Properties
Offset
public long Offset { get; set; }The rows before this offset (including this offset) are flushed.
| Property Value | |
|---|---|
| Type | Description |
long |
|