Click or drag to resize

TransferContextClientRequestId Property

Gets or sets the client request id.

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 string ClientRequestId { get; set; }

Property Value

Type: String
A string containing the client request id.
Remarks
Setting this property modifies all the requests involved in the related transfer operation to include the the HTTP x-ms-client-request-id header.
See Also