Table of Contents

Class RequestCounts

The request counts for different statuses within the batch.

public class RequestCounts
Inheritance
object
RequestCounts

Properties

Completed

Number of requests that have been completed successfully.

public int? Completed { get; set; }

Property Value

int?

Failed

Number of requests that have failed.

public int? Failed { get; set; }

Property Value

int?

Total

Total number of requests in the batch.

public int? Total { get; set; }

Property Value

int?