Parallelstore v1 API - Class DestinationGcsBucket (1.0.0-beta01)

public sealed class DestinationGcsBucket : IMessage<DestinationGcsBucket>, IEquatable<DestinationGcsBucket>, IDeepCloneable<DestinationGcsBucket>, IBufferMessage, IMessage

Reference documentation and code samples for the Parallelstore v1 API class DestinationGcsBucket.

Cloud Storage as the destination of a data transfer.

Inheritance

object > DestinationGcsBucket

Namespace

Google.Cloud.Parallelstore.V1

Assembly

Google.Cloud.Parallelstore.V1.dll

Constructors

DestinationGcsBucket()

public DestinationGcsBucket()

DestinationGcsBucket(DestinationGcsBucket)

public DestinationGcsBucket(DestinationGcsBucket other)
Parameter
Name Description
other DestinationGcsBucket

Properties

Uri

public string Uri { get; set; }

Required. URI to a Cloud Storage bucket in the format: gs://<bucket_name>/<path_inside_bucket>. The path inside the bucket is optional.

Property Value
Type Description
string