Class BatchRequest
Defines a request in a Batch
Inheritance
System.Object
BatchRequest
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class BatchRequest : object
Properties
Id
ResponseHttpStatusCode
Http response code for this request (only populated when the Batch was executed)
Declaration
public HttpStatusCode ResponseHttpStatusCode { get; }
Property Value
HttpStatusCode
|
ResponseJson
Json response for this request (only populated when the Batch was executed)
Declaration
public string ResponseJson { get; }
Property Value
System.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)
Declaration
public string SPRequestGuid { get; }
Property Value
System.String
|