public sealed class GcsFolderDestination : IMessage<GcsFolderDestination>, IEquatable<GcsFolderDestination>, IDeepCloneable<GcsFolderDestination>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`GcsFolderDestination` is a class designed for specifying the export folder destination within Google Cloud Storage."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `GcsFolderDestination` class includes a property `OutputFolderUri` of type string, which is required and used to specify the Cloud Storage directory for data export."],["There are two constructors for `GcsFolderDestination`: a default constructor and one that takes another `GcsFolderDestination` object as a parameter."]]],[]]