lsync API
    Preparing search index...

    Interface CollectionShardOptions

    interface CollectionShardOptions {
        authenticate?: (
            args: { clientId: string; request: Request },
        ) => AccessAuth | Promise<AccessAuth>;
        collections?: CollectionConfigs;
        history?: HistoryOptions;
        limits?: CollectionShardLimits;
        rateLimit?: RateLimitHandler;
    }
    Index
    authenticate?: (
        args: { clientId: string; request: Request },
    ) => AccessAuth | Promise<AccessAuth>
    collections?: CollectionConfigs
    history?: HistoryOptions
    rateLimit?: RateLimitHandler