Class DestinationConfig (1.0.0-beta02)

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

The configuration of the stream destination.

Inheritance

Object > DestinationConfig

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

DestinationConfig()

public DestinationConfig()

DestinationConfig(DestinationConfig)

public DestinationConfig(DestinationConfig other)
Parameter
NameDescription
otherDestinationConfig

Properties

DestinationConnectionProfileName

public string DestinationConnectionProfileName { get; set; }

Required. Destination connection profile identifier.

Property Value
TypeDescription
String

DestinationStreamConfigCase

public DestinationConfig.DestinationStreamConfigOneofCase DestinationStreamConfigCase { get; }
Property Value
TypeDescription
DestinationConfig.DestinationStreamConfigOneofCase

GcsDestinationConfig

public GcsDestinationConfig GcsDestinationConfig { get; set; }
Property Value
TypeDescription
GcsDestinationConfig