public sealed class ReadStream : IMessage<ReadStream>, IEquatable<ReadStream>, IDeepCloneable<ReadStream>, IBufferMessage, IMessageInformation 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
IMessage<ReadStream>, IEquatable<ReadStream>, IDeepCloneable<ReadStream>, 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 |
|