API Reference
Struct
DecodeBatchDiagnostics
Aggregated diagnostics for a batch decode run.
Inheritance
- ValueType
- DecodeBatchDiagnostics
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DecodeBatchResult.Diagnostics
Inherited Methods
Properties
public Int32 Total { get; } #Gets total number of inputs processed.
public Int32 Success { get; } #Gets the number of successful decodes.
public Int32 InvalidInput { get; } #Gets the number of invalid input failures.
public Int32 UnsupportedFormat { get; } #Gets the number of unsupported format failures.
public Int32 Cancelled { get; } #Gets the number of cancelled decodes.
public Int32 NoResult { get; } #Gets the number of no-result decodes.
public Int32 Error { get; } #Gets the number of unexpected errors.
public TimeSpan TotalElapsed { get; } #Gets the total elapsed time across all items.
public Int32 FailureCount { get; } #Gets the number of failed decodes.
public TimeSpan AverageElapsed { get; } #Gets the average elapsed time per item.