Buzzr Sports Engine API
    Preparing search index...

    Type Alias DfsBatchSummary

    Aggregate counts for one settleEntries call.

    type DfsBatchSummary = {
        failed: number;
        pending: number;
        settled: number;
        total: number;
    }
    Index

    Properties

    failed: number

    Entries that threw and were captured in failures.

    pending: number

    Results whose status is pending.

    settled: number

    Results whose status is anything other than pending.

    total: number

    Number of input entries.