Search Results for

    Show / Hide Table of Contents

    Class BatchResult

    Holds information about the outcome of each batch request

    Inheritance
    object
    BatchResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Services
    Assembly: PnP.Core.dll
    Syntax
    public class BatchResult

    Properties

    ApiBody

    API call body

    Declaration
    public string ApiBody { get; }
    Property Value
    string

    ApiMethod

    API call method

    Declaration
    public HttpMethod ApiMethod { get; }
    Property Value
    HttpMethod

    ApiRequest

    API call request

    Declaration
    public string ApiRequest { get; }
    Property Value
    string

    ApiResponse

    The response content from the batch request

    Declaration
    public string ApiResponse { get; }
    Property Value
    string

    ApiType

    API call Type

    Declaration
    public string ApiType { get; }
    Property Value
    string

    BatchRequestId

    Id of the BatchRequest this result is for

    Declaration
    public Guid BatchRequestId { get; }
    Property Value
    Guid

    Error

    If an error happened then the error information is stored here

    Declaration
    public ServiceError Error { get; }
    Property Value
    ServiceError

    StatusCode

    Status code of the request

    Declaration
    public HttpStatusCode StatusCode { get; }
    Property Value
    HttpStatusCode

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer