Enum TransferOptions.Types.OverwriteWhen (2.0.0)

public enum OverwriteWhen

Specifies when to overwrite an object in the sink when an object with matching name is found in the source.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
Always

Always overwrite destination object.

Different

Overwrite destination object with source if the two objects are different.

Never

Never overwrite destination object.

Unspecified

Indicate the option is not set.