TransferContext.SetAttributesCallback Property
Updated: January 5, 2017
Gets or sets the callback invoked to set destination's attributes in memory. The attributes set in this callback will be sent to azure storage service.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public SetAttributesCallback SetAttributesCallback { get; set; }
Property Value
Type: Microsoft.WindowsAzure.Storage.DataMovement.SetAttributesCallback
Show: