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

    Type Alias AlterClientQuotasOp

    An operation to perform on a quota configuration key.

    type AlterClientQuotasOp = {
        key: string;
        remove: boolean;
        taggedFields?: readonly TaggedField[];
        value: number;
    }
    Index

    Properties

    key: string

    The quota configuration key.

    remove: boolean

    If true, remove this quota key; otherwise set/update it.

    taggedFields?: readonly TaggedField[]

    Tagged fields (v1+).

    value: number

    The value to set. Ignored when remove is true.