TransferContextSetAttributesCallbackAsync Property |
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.
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 SetAttributesCallbackAsync SetAttributesCallbackAsync { get; set; }
Public Property SetAttributesCallbackAsync As SetAttributesCallbackAsync
Get
Set
public:
property SetAttributesCallbackAsync^ SetAttributesCallbackAsync {
SetAttributesCallbackAsync^ get ();
void set (SetAttributesCallbackAsync^ value);
}
member SetAttributesCallbackAsync : SetAttributesCallbackAsync with get, set
Property Value
Type:
SetAttributesCallbackAsyncSee Also