Table of Contents

Class BatchRequest

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

Defines a request in a Batch

public class BatchRequest
Inheritance
BatchRequest
Inherited Members

Properties

Id

Id of the BatchRequest

public Guid Id { get; }

Property Value

Guid

ResponseHttpStatusCode

Http response code for this request (only populated when the Batch was executed)

public HttpStatusCode ResponseHttpStatusCode { get; }

Property Value

HttpStatusCode

ResponseJson

Json response for this request (only populated when the Batch was executed)

public string ResponseJson { get; }

Property Value

string

SPRequestGuid

The value of the SPRequestGuid header of SharePoint also know as Correlation Id (only populated when the Batch was executed and the server send it)

public string SPRequestGuid { get; }

Property Value

string