Class BatchRequest
Defines a request in a Batch
Inherited Members
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class BatchRequest
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
| string |