Google Cloud Storage Insights v1 API - Class CloudStorageDestinationOptions (1.3.0)

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

Inheritance

object > CloudStorageDestinationOptions

Namespace

Google.Cloud.StorageInsights.V1

Assembly

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