Loom Engine - v3.1.1
    Preparing search index...

    Interface PluginOpsStats

    interface PluginOpsStats {
        storage_set_count: number;
        storage_get_count: number;
        storage_delete_count: number;
        storage_bytes_used: number;
        storage_caps_rejected: number;
        hook_call_count: number;
        hook_timeout_count: number;
        hook_error_count: number;
        hook_retry_count: number;
    }
    Index

    Properties

    storage_set_count: number
    storage_get_count: number
    storage_delete_count: number
    storage_bytes_used: number
    storage_caps_rejected: number
    hook_call_count: number
    hook_timeout_count: number
    hook_error_count: number
    hook_retry_count: number