TransferContext.ClientRequestId Property
Updated: January 5, 2017
Gets or sets the client request id.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
public string ClientRequestId { get; set; }
Setting this property modifies all the requests involved in the related transfer operation to include the the HTTP x-ms-client-request-id header.
Show: