onvif
    Preparing search index...

    Interface ActionTypeLimits

    ActionTypeLimits data structure contains maximum and current usage information for a specific action type in the service provider

    interface ActionTypeLimits {
        inUse?: number;
        maximum: number;
        type: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    inUse?: number

    For the specific action type, the number of actions in use by the service provider

    maximum: number

    For the specific action type, the maximum number of actions that could be concurrently supported by the service provider

    type: unknown

    Action Type