Class StreamStats (2.5.0)

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

Estimated stream statistics for a given read Stream.

Inheritance

Object > StreamStats

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

StreamStats()

public StreamStats()

StreamStats(StreamStats)

public StreamStats(StreamStats other)
Parameter
NameDescription
otherStreamStats

Properties

Progress

public StreamStats.Types.Progress Progress { get; set; }

Represents the progress of the current stream.

Property Value
TypeDescription
StreamStats.Types.Progress