public sealed class DestinationConfig : IMessage<DestinationConfig>, IEquatable<DestinationConfig>, IDeepCloneable<DestinationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class DestinationConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDestinationConfig\u003c/code\u003e class is \u003ccode\u003e2.0.0-alpha05\u003c/code\u003e, which is part of the \u003ccode\u003eGoogle.Cloud.Datastream.V1Alpha1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDestinationConfig\u003c/code\u003e is a sealed class representing the configuration of the stream destination within the DataStream v1alpha1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties such as \u003ccode\u003eDestinationConnectionProfileName\u003c/code\u003e, \u003ccode\u003eDestinationStreamConfigCase\u003c/code\u003e, and \u003ccode\u003eGcsDestinationConfig\u003c/code\u003e, allowing for the configuration of connection profiles and Google Cloud Storage destinations.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple constructors for this class, \u003ccode\u003eDestinationConfig()\u003c/code\u003e, and \u003ccode\u003eDestinationConfig(DestinationConfig other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# DataStream v1alpha1 API - Class DestinationConfig (2.0.0-alpha05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha05 (latest)](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.DestinationConfig)\n- [2.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/2.0.0-alpha04/Google.Cloud.Datastream.V1Alpha1.DestinationConfig)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/1.0.0-beta02/Google.Cloud.Datastream.V1Alpha1.DestinationConfig) \n\n public sealed class DestinationConfig : IMessage\u003cDestinationConfig\u003e, IEquatable\u003cDestinationConfig\u003e, IDeepCloneable\u003cDestinationConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the DataStream v1alpha1 API class DestinationConfig.\n\nThe configuration of the stream destination. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DestinationConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DestinationConfig](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.DestinationConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DestinationConfig](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.DestinationConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DestinationConfig](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1.DestinationConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Datastream.V1Alpha1](/dotnet/docs/reference/Google.Cloud.Datastream.V1Alpha1/latest/Google.Cloud.Datastream.V1Alpha1)\n\nAssembly\n--------\n\nGoogle.Cloud.Datastream.V1Alpha1.dll\n\nConstructors\n------------\n\n### DestinationConfig()\n\n public DestinationConfig()\n\n### DestinationConfig(DestinationConfig)\n\n public DestinationConfig(DestinationConfig other)\n\nProperties\n----------\n\n### DestinationConnectionProfileName\n\n public string DestinationConnectionProfileName { get; set; }\n\nRequired. Destination connection profile identifier.\n\n### DestinationStreamConfigCase\n\n public DestinationConfig.DestinationStreamConfigOneofCase DestinationStreamConfigCase { get; }\n\n### GcsDestinationConfig\n\n public GcsDestinationConfig GcsDestinationConfig { get; set; }"]]