Google BigQuery Storage v1 API - Class GetWriteStreamRequest (3.4.0)

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

Reference documentation and code samples for the Google BigQuery Storage v1 API class GetWriteStreamRequest.

Request message for GetWriteStreamRequest.

Inheritance

Object > GetWriteStreamRequest

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

GetWriteStreamRequest()

public GetWriteStreamRequest()

GetWriteStreamRequest(GetWriteStreamRequest)

public GetWriteStreamRequest(GetWriteStreamRequest other)
Parameter
NameDescription
otherGetWriteStreamRequest

Properties

Name

public string Name { get; set; }

Required. Name of the stream to get, in the form of projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}.

Property Value
TypeDescription
String

View

public WriteStreamView View { get; set; }

Indicates whether to get full or partial view of the WriteStream. If not set, view returned will be basic.

Property Value
TypeDescription
WriteStreamView

WriteStreamName

public WriteStreamName WriteStreamName { get; set; }

WriteStreamName-typed view over the Name resource name property.

Property Value
TypeDescription
WriteStreamName