Google BigQuery Storage v1 API - Class ReadStream (3.6.0)

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.

Inheritance

object > ReadStream

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.StorageV1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

ReadStream()

public ReadStream()

ReadStream(ReadStream)

public ReadStream(ReadStream other)
Parameter
NameDescription
otherReadStream

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
TypeDescription
string

ReadStreamName

public ReadStreamName ReadStreamName { get; set; }

ReadStreamName-typed view over the Name resource name property.

Property Value
TypeDescription
ReadStreamName