RequestInformation Class

Definition

A set of common information associated with a request.

public class RequestInformation
type RequestInformation = class
Public Class RequestInformation
Inheritance
RequestInformation

Constructors

RequestInformation()

Properties

BatchError

Gets or sets the Batch Error information which contains detailed metadata around the specific error encountered.

ClientRequestId

Gets or sets the client-request-id set by the client.

HttpStatusCode

Gets or sets the HTTP status code for the request. In cases where an HTTP response was never received (for example on client side timeout) this property is null.

HttpStatusMessage

Gets or sets the HTTP status message for the request.

RetryAfter

Gets or sets the retry-after returned by the server (or null if none was returned)

ServiceRequestId

Gets or sets the service request ID for this request.

Applies to