Class BatchRequest
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
ResponseHttpStatusCode
Http response code for this request (only populated when the Batch was executed)
public HttpStatusCode ResponseHttpStatusCode { get; }
Property Value
ResponseJson
Json response for this request (only populated when the Batch was executed)
public string ResponseJson { get; }
Property Value
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; }