TransferContextShouldOverwriteCallbackAsync Property |
Gets or sets the callback invoked to tell whether to overwrite an existing destination.
Namespace:
Microsoft.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public ShouldOverwriteCallbackAsync ShouldOverwriteCallbackAsync { get; set; }
Public Property ShouldOverwriteCallbackAsync As ShouldOverwriteCallbackAsync
Get
Set
public:
property ShouldOverwriteCallbackAsync^ ShouldOverwriteCallbackAsync {
ShouldOverwriteCallbackAsync^ get ();
void set (ShouldOverwriteCallbackAsync^ value);
}
member ShouldOverwriteCallbackAsync : ShouldOverwriteCallbackAsync with get, set
Property Value
Type:
ShouldOverwriteCallbackAsyncSee Also