public sealed class StreamStats : IMessage<StreamStats>, IEquatable<StreamStats>, IDeepCloneable<StreamStats>, IBufferMessage, IMessageEstimated stream statistics for a given read Stream.
Implements
IMessage<StreamStats>, IEquatable<StreamStats>, IDeepCloneable<StreamStats>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
StreamStats()
public StreamStats()StreamStats(StreamStats)
public StreamStats(StreamStats other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamStats |
Properties
Progress
public StreamStats.Types.Progress Progress { get; set; }Represents the progress of the current stream.
| Property Value | |
|---|---|
| Type | Description |
StreamStats.Types.Progress |
|