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"]],[["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\u003eThis page provides documentation for the \u003ccode\u003eCloudStorageDestinationOptions\u003c/code\u003e class within the Google Cloud Storage Insights v1 API, with the latest version being 1.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCloudStorageDestinationOptions\u003c/code\u003e is designed to configure where reports are stored in storage systems and implements multiple interfaces for message handling and object comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes methods for hashing, type retrieval, and string conversion, along with custom constructors.\u003c/p\u003e\n"],["\u003cp\u003eIt has two properties, \u003ccode\u003eBucket\u003c/code\u003e and \u003ccode\u003eDestinationPath\u003c/code\u003e, both of type string, used to specify the storage bucket and the path within the bucket for storing reports, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace of this class is \u003ccode\u003eGoogle.Cloud.StorageInsights.V1\u003c/code\u003e, and it is a part of the \u003ccode\u003eGoogle.Cloud.StorageInsights.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Storage Insights v1 API - Class CloudStorageDestinationOptions (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.3.0/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.2.0/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.1.0/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/1.0.0/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions) \n\n public sealed class CloudStorageDestinationOptions : IMessage\u003cCloudStorageDestinationOptions\u003e, IEquatable\u003cCloudStorageDestinationOptions\u003e, IDeepCloneable\u003cCloudStorageDestinationOptions\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Storage Insights v1 API class CloudStorageDestinationOptions.\n\nOptions to store reports in storage systems.\nNext ID: 3 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudStorageDestinationOptions \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CloudStorageDestinationOptions](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CloudStorageDestinationOptions](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CloudStorageDestinationOptions](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1.CloudStorageDestinationOptions), [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.StorageInsights.V1](/dotnet/docs/reference/Google.Cloud.StorageInsights.V1/latest/Google.Cloud.StorageInsights.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.StorageInsights.V1.dll\n\nConstructors\n------------\n\n### CloudStorageDestinationOptions()\n\n public CloudStorageDestinationOptions()\n\n### CloudStorageDestinationOptions(CloudStorageDestinationOptions)\n\n public CloudStorageDestinationOptions(CloudStorageDestinationOptions other)\n\nProperties\n----------\n\n### Bucket\n\n public string Bucket { get; set; }\n\nDestination bucket.\n\n### DestinationPath\n\n public string DestinationPath { get; set; }\n\nDestination path is the path in the bucket where the report should be\ngenerated."]]