Class GCS
Represents a Google Cloud Storage volume.
Implements
Inherited Members
Namespace: Google.Apis.Batch.v1.Data
Assembly: Google.Apis.Batch.v1.dll
Syntax
public class GCS : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemotePath
Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/
Declaration
[JsonProperty("remotePath")]
public virtual string RemotePath { get; set; }
Property Value
Type | Description |
---|---|
string |