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.
Implements
IMessageStandardConnectionFormat, IEquatableStandardConnectionFormat, IDeepCloneableStandardConnectionFormat, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
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 |