public sealed class StreamStats : IMessage<StreamStats>, IEquatable<StreamStats>, IDeepCloneable<StreamStats>, IBufferMessage, IMessageReference documentation and code samples for the Google BigQuery Storage v1 API class StreamStats.
Estimated stream statistics for a given read Stream.
Implements
IMessageStreamStats, IEquatableStreamStats, IDeepCloneableStreamStats, 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 |
StreamStatsTypesProgress |
|