public sealed class CloudStorageDestinationOptions : IMessage<CloudStorageDestinationOptions>, IEquatable<CloudStorageDestinationOptions>, IDeepCloneable<CloudStorageDestinationOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class CloudStorageDestinationOptions.
Options to store reports in storage systems.
Next ID: 3
[[["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."],[[["This document provides reference information for the `CloudStorageDestinationOptions` class within the Google Cloud Storage Insights v1 API, specifically version 1.2.0."],["The `CloudStorageDestinationOptions` class is used to define options for storing reports in storage systems and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.StorageInsights.V1` namespace and is part of the `Google.Cloud.StorageInsights.V1.dll` assembly."],["It includes properties for setting the `Bucket` and `DestinationPath` where the reports will be stored, both properties being strings."],["It has two constructors, one that is empty and another one that takes another instance of itself as a parameter."]]],[]]