@not3/sdk
    Preparing search index...

    Interface StatsResponse

    interface StatsResponse {
        bannedIps: number;
        currentFiles: number;
        currentUploadingFiles: number;
        notExpiredFailedRequests: number;
        requestsInLastMinute: number;
        time: number;
        totalNotes: number;
    }
    Index

    Properties

    bannedIps: number

    The amount how many ip addresses are currently banned

    currentFiles: number

    The amount of currently uploaded files

    currentUploadingFiles: number

    The amount of files that are not currently being uploaded

    notExpiredFailedRequests: number

    The amount of not expired failed requests

    requestsInLastMinute: number

    The amount of request that have been made in the last ~60 seconds

    time: number

    The UNIX timestamp of the last time the stats were updated

    totalNotes: number

    The total number of notes that have been created and are currently stored in the database