public sealed class ReadStream : IMessage<ReadStream>, IEquatable<ReadStream>, IDeepCloneable<ReadStream>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ReadStream.
Information about a single stream that gets data out of the storage system.
Most of the information about ReadStream
instances is aggregated, making
ReadStream
lightweight.
Implements
IMessageReadStream, IEquatableReadStream, IDeepCloneableReadStream, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
ReadStream()
public ReadStream()
ReadStream(ReadStream)
public ReadStream(ReadStream other)
Parameter | |
---|---|
Name | Description |
other |
ReadStream |
Properties
Name
public string Name { get; set; }
Output only. Name of the stream, in the form
projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}
.
Property Value | |
---|---|
Type | Description |
string |
ReadStreamName
public ReadStreamName ReadStreamName { get; set; }
ReadStreamName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ReadStreamName |