TransferContext.OverwriteCallback Property
Gets or sets the callback invoked to tell whether to overwrite an existing destination.
Namespace: Microsoft.WindowsAzure.Storage.DataMovement
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
Syntax
public OverwriteCallback OverwriteCallback { get; set; }
Property Value
Type: Microsoft.WindowsAzure.Storage.DataMovement.OverwriteCallback
See Also
TransferContext Class
Microsoft.WindowsAzure.Storage.DataMovement Namespace
Return to top