@lacunahub/letsfrag
    Preparing search index...

    Interface ClusterContextShardInfo

    Information about the current shard extracted from environment variables.

    interface ClusterContextShardInfo {
        clusterId: number;
        firstShardId: number;
        lastShardId: number;
        shardCount: number;
        shardsList: number[];
    }
    Index

    Properties

    clusterId: number
    firstShardId: number
    lastShardId: number
    shardCount: number
    shardsList: number[]