Storage Transfer v1 API - Class GcsData (2.5.0)

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

Reference documentation and code samples for the Storage Transfer v1 API 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.

Inheritance

object > GcsData

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

GcsData()

public GcsData()

GcsData(GcsData)

public GcsData(GcsData other)
Parameter
NameDescription
otherGcsData

Properties

BucketName

public string BucketName { get; set; }

Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.

Property Value
TypeDescription
string

Path

public string Path { get; set; }

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.

Property Value
TypeDescription
string