Table of Contents

Class BatchResult

Namespace
PnP.Core.Services
Assembly
PnP.Core.dll

Holds information about the outcome of each batch request

public class BatchResult
Inheritance
BatchResult
Inherited Members

Properties

ApiBody

API call body

public string ApiBody { get; }

Property Value

string

ApiMethod

API call method

public HttpMethod ApiMethod { get; }

Property Value

HttpMethod

ApiRequest

API call request

public string ApiRequest { get; }

Property Value

string

ApiResponse

The response content from the batch request

public string ApiResponse { get; }

Property Value

string

ApiType

API call Type

public string ApiType { get; }

Property Value

string

BatchRequestId

Id of the BatchRequest this result is for

public Guid BatchRequestId { get; }

Property Value

Guid

Error

If an error happened then the error information is stored here

public ServiceError Error { get; }

Property Value

ServiceError

StatusCode

Status code of the request

public HttpStatusCode StatusCode { get; }

Property Value

HttpStatusCode