public sealed class FlushRowsRequest : IMessage<FlushRowsRequest>, IEquatable<FlushRowsRequest>, IDeepCloneable<FlushRowsRequest>, IBufferMessage, IMessage
Request message for FlushRows
.
Implements
IMessage<FlushRowsRequest>, IEquatable<FlushRowsRequest>, IDeepCloneable<FlushRowsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
FlushRowsRequest()
public FlushRowsRequest()
FlushRowsRequest(FlushRowsRequest)
public FlushRowsRequest(FlushRowsRequest other)
Parameter | |
---|---|
Name | Description |
other | FlushRowsRequest |
Properties
Offset
public long? Offset { get; set; }
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
Property Value | |
---|---|
Type | Description |
Nullable<Int64> |
WriteStream
public string WriteStream { get; set; }
Required. The stream that is the target of the flush operation.
Property Value | |
---|---|
Type | Description |
String |
WriteStreamAsWriteStreamName
public WriteStreamName WriteStreamAsWriteStreamName { get; set; }
WriteStreamName-typed view over the WriteStream resource name property.
Property Value | |
---|---|
Type | Description |
WriteStreamName |