BatchResponse Members

The base class for all response classes.

The following tables list the members exposed by the BatchResponse type.

Public Constructors

  Name Description
  BatchResponse  

Top

Public Properties

  Name Description
public property ClientRequestId The user supplied request ID for the original request, if present and requested to be returned.
public property DataServiceVersion The OData version of the response.
public property ETag The ETag.
public property Headers The headers of the response.
public property LastModified The last-modified time(UTC) of the resource.
public property RequestId The request ID generated by the Batch service.
public property StatusCode The status Code of the response.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

BatchResponse Class
Microsoft.Azure.Batch.Protocol Namespace