@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Variable QuotaMatchTypeConst

    QuotaMatchType: { Any: 2; Default: 1; Exact: 0 } = ...

    Match type for quota entity component filters.

    Type Declaration

    • ReadonlyAny: 2

      Match any entity of this type (name must be null).

    • ReadonlyDefault: 1

      Match the default entity (name must be null).

    • ReadonlyExact: 0

      Match the entity exactly by name.