Class GcsProfile
Cloud Storage bucket profile.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class GcsProfile : IDirectResponseSchema
Properties
Bucket
Required. The Cloud Storage bucket name.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { 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 |