public sealed class GcsProfile : IMessage<GcsProfile>, IEquatable<GcsProfile>, IDeepCloneable<GcsProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GcsProfile.
Cloud Storage bucket profile.
Implements
IMessageGcsProfile, IEquatableGcsProfile, IDeepCloneableGcsProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
GcsProfile()
public GcsProfile()
GcsProfile(GcsProfile)
public GcsProfile(GcsProfile other)
Parameter | |
---|---|
Name | Description |
other | GcsProfile |
Properties
Bucket
public string Bucket { get; set; }
Required. The Cloud Storage bucket 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 |