Storage Transfer v1 API - Class TransferManifest (2.1.0)

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

Reference documentation and code samples for the Storage Transfer v1 API class TransferManifest.

Specifies where the manifest is located.

Inheritance

Object > TransferManifest

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

TransferManifest()

public TransferManifest()

TransferManifest(TransferManifest)

public TransferManifest(TransferManifest other)
Parameter
NameDescription
otherTransferManifest

Properties

Location

public string Location { get; set; }

Specifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have storage.objects.get permission for this object. An example path is gs://bucket_name/path/manifest.csv.

Property Value
TypeDescription
String