public sealed class GcsProfile : IMessage<GcsProfile>, IEquatable<GcsProfile>, IDeepCloneable<GcsProfile>, IBufferMessage, IMessage
Cloud Storage bucket profile.
Implements
IMessage<GcsProfile>, IEquatable<GcsProfile>, IDeepCloneable<GcsProfile>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
GcsProfile()
public GcsProfile()
GcsProfile(GcsProfile)
public GcsProfile(GcsProfile other)
Parameter | |
---|---|
Name | Description |
other | GcsProfile |
Properties
BucketName
public string BucketName { get; set; }
Required. The full project and resource path for Cloud Storage bucket including the name.
Property Value | |
---|---|
Type | Description |
String |
RootPath
public string RootPath { get; set; }
The root path inside the Cloud Storage bucket.
Property Value | |
---|---|
Type | Description |
String |