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.
Implements
IMessageDestinationConfig, IEquatableDestinationConfig, IDeepCloneableDestinationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
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 |