Anchorage API reference
    Preparing search index...

    Durable stores available to the single-deployment connector preset.

    interface SingleTenantDurableStores {
        idempotency?: D1IdempotencyStore;
        rateLimit?: D1RateLimitStore;
    }
    Index

    Properties

    idempotency?: D1IdempotencyStore

    D1-backed replay protection for connectors declaring idempotency keys.

    rateLimit?: D1RateLimitStore

    D1-backed shared budgets for connectors declaring rate limits.