@earth-app/collegedb
    Preparing search index...

    Interface ShardStats

    Shard statistics for monitoring and load balancing

    interface ShardStats {
        binding: string;
        count: number;
        lastUpdated?: number;
    }
    Index

    Properties

    binding: string

    D1 binding name

    count: number

    Number of primary keys assigned to this shard

    lastUpdated?: number

    Last updated timestamp