Class GcsData
In a GcsData resource, an object's name is the Cloud Storage object's name and its "last modification time"
refers to the object's updated
property of Cloud Storage objects, which changes when the content or the
metadata of the object is updated.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class GcsData : IDirectResponseSchema
Properties
BucketName
Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.
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 |
ManagedFolderTransferEnabled
Preview. Enables the transfer of managed folders between Cloud Storage buckets. Set this option on the gcs_data_source. If set to true: - Managed folders in the source bucket are transferred to the destination bucket. - Managed folders in the destination bucket are overwritten. Other OVERWRITE options are not supported. See Transfer Cloud Storage managed folders.
Declaration
[JsonProperty("managedFolderTransferEnabled")]
public virtual bool? ManagedFolderTransferEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Path
Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'. The root path value must meet Object Name Requirements.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |