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
IMessage<DestinationConfig>, IEquatable<DestinationConfig>, IDeepCloneable<DestinationConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
DestinationConfig()
public DestinationConfig()
DestinationConfig(DestinationConfig)
public DestinationConfig(DestinationConfig other)
Name | Description |
other | DestinationConfig |
Properties
DestinationConnectionProfileName
public string DestinationConnectionProfileName { get; set; }
Required. Destination connection profile identifier.
Type | Description |
String |
DestinationStreamConfigCase
public DestinationConfig.DestinationStreamConfigOneofCase DestinationStreamConfigCase { get; }
Type | Description |
DestinationConfig.DestinationStreamConfigOneofCase |
GcsDestinationConfig
public GcsDestinationConfig GcsDestinationConfig { get; set; }
Type | Description |
GcsDestinationConfig |