FileDeleteFromComputeNodeHeaders.ClientRequestId Property

Definition

Gets or sets the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.

[Newtonsoft.Json.JsonProperty(PropertyName="client-request-id")]
public string ClientRequestId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="client-request-id")>]
member this.ClientRequestId : string with get, set
Public Property ClientRequestId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to