TransferContext.ClientRequestId Property

 

Updated: January 5, 2017

Gets or sets the client request id.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

public string ClientRequestId { get; set; }

Property Value

Type: System.String

A string containing the client request id.

Setting this property modifies all the requests involved in the related transfer operation to include the the HTTP x-ms-client-request-id header.

Return to top
Show: