Class GcsProfile
Cloud Storage bucket profile.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class GcsProfile : IDirectResponseSchema
Properties
BucketName
Required. The full project and resource path for Cloud Storage bucket including the name.
Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RootPath
The root path inside the Cloud Storage bucket.
Declaration
[JsonProperty("rootPath")]
public virtual string RootPath { get; set; }
Property Value
Type | Description |
---|---|
string |