public sealed class DestinationGcsBucket : IMessage<DestinationGcsBucket>, IEquatable<DestinationGcsBucket>, IDeepCloneable<DestinationGcsBucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1beta API class DestinationGcsBucket.
Google Cloud Storage as a destination.
Implements
IMessageDestinationGcsBucket, IEquatableDestinationGcsBucket, IDeepCloneableDestinationGcsBucket, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1BetaAssembly
Google.Cloud.Parallelstore.V1Beta.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 object in format: 'gs://<bucket_name>/<path_inside_bucket>'.
Property Value | |
---|---|
Type | Description |
string |