public sealed class DestinationConfig : IMessage<DestinationConfig>, IEquatable<DestinationConfig>, IDeepCloneable<DestinationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class DestinationConfig.
The configuration of the stream destination.
Implements
IMessageDestinationConfig, IEquatableDestinationConfig, IDeepCloneableDestinationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
DestinationConfig()
public DestinationConfig()
DestinationConfig(DestinationConfig)
public DestinationConfig(DestinationConfig other)
Parameter | |
---|---|
Name | Description |
other |
DestinationConfig |
Properties
BigqueryDestinationConfig
public BigQueryDestinationConfig BigqueryDestinationConfig { get; set; }
BigQuery destination configuration.
Property Value | |
---|---|
Type | Description |
BigQueryDestinationConfig |
DestinationConnectionProfile
public string DestinationConnectionProfile { get; set; }
Required. Destination connection profile resource.
Format: projects/{project}/locations/{location}/connectionProfiles/{name}
Property Value | |
---|---|
Type | Description |
string |
DestinationConnectionProfileAsConnectionProfileName
public ConnectionProfileName DestinationConnectionProfileAsConnectionProfileName { get; set; }
ConnectionProfileName-typed view over the DestinationConnectionProfile resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionProfileName |
DestinationStreamConfigCase
public DestinationConfig.DestinationStreamConfigOneofCase DestinationStreamConfigCase { get; }
Property Value | |
---|---|
Type | Description |
DestinationConfigDestinationStreamConfigOneofCase |
GcsDestinationConfig
public GcsDestinationConfig GcsDestinationConfig { get; set; }
A configuration for how data should be loaded to Cloud Storage.
Property Value | |
---|---|
Type | Description |
GcsDestinationConfig |