DataStream v1alpha1 API - Class DestinationConfig (2.0.0-alpha05)

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

Reference documentation and code samples for the DataStream v1alpha1 API class DestinationConfig.

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
Name Description
other DestinationConfig

Properties

DestinationConnectionProfileName

public string DestinationConnectionProfileName { get; set; }

Required. Destination connection profile identifier.

Property Value
Type Description
string

DestinationStreamConfigCase

public DestinationConfig.DestinationStreamConfigOneofCase DestinationStreamConfigCase { get; }
Property Value
Type Description
DestinationConfigDestinationStreamConfigOneofCase

GcsDestinationConfig

public GcsDestinationConfig GcsDestinationConfig { get; set; }
Property Value
Type Description
GcsDestinationConfig