DataStream v1alpha1 API - Class GcsProfile (2.0.0-alpha03)

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

Reference documentation and code samples for the DataStream v1alpha1 API class GcsProfile.

Cloud Storage bucket profile.

Inheritance

object > GcsProfile

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

GcsProfile()

public GcsProfile()

GcsProfile(GcsProfile)

public GcsProfile(GcsProfile other)
Parameter
NameDescription
otherGcsProfile

Properties

BucketName

public string BucketName { get; set; }

Required. The full project and resource path for Cloud Storage bucket including the name.

Property Value
TypeDescription
string

RootPath

public string RootPath { get; set; }

The root path inside the Cloud Storage bucket.

Property Value
TypeDescription
string