DataStream v1 API - Class StandardConnectionFormat (2.11.0)

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

Reference documentation and code samples for the DataStream v1 API class StandardConnectionFormat.

Standard connection format.

Inheritance

object > StandardConnectionFormat

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

StandardConnectionFormat()

public StandardConnectionFormat()

StandardConnectionFormat(StandardConnectionFormat)

public StandardConnectionFormat(StandardConnectionFormat other)
Parameter
Name Description
other StandardConnectionFormat

Properties

DirectConnection

public bool DirectConnection { get; set; }

Optional. Specifies whether the client connects directly to the host[:port] in the connection URI.

Property Value
Type Description
bool