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
Implements
IMessageCloudStorageDestinationOptions, IEquatableCloudStorageDestinationOptions, IDeepCloneableCloudStorageDestinationOptions, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
CloudStorageDestinationOptions()
public CloudStorageDestinationOptions()
CloudStorageDestinationOptions(CloudStorageDestinationOptions)
public CloudStorageDestinationOptions(CloudStorageDestinationOptions other)
Parameter | |
---|---|
Name | Description |
other |
CloudStorageDestinationOptions |
Properties
Bucket
public string Bucket { get; set; }
Destination bucket.
Property Value | |
---|---|
Type | Description |
string |
DestinationPath
public string DestinationPath { get; set; }
Destination path is the path in the bucket where the report should be generated.
Property Value | |
---|---|
Type | Description |
string |