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

    Interface ShardLocation

    Shard location configuration for geographic optimization

    interface ShardLocation {
        priority?: number;
        region: D1Region;
    }
    Index

    Properties

    Properties

    priority?: number

    Optional priority weight for this shard (higher = preferred)

    region: D1Region

    The D1 region where this shard is located