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; }
Public Property ClientRequestId As String
Get
Set
public:
property String^ ClientRequestId {
String^ get ();
void set (String^ value);
}
member ClientRequestId : string with get, set
Property Value
Type:
StringA 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