bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iRefreshDoc<T>

    interface iRefreshDoc<T extends NumberType> {
        _docId: string;
        _id?: string;
        collectionId: string;
        refreshRequestTime: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    collectionId: string

    The collection ID

    refreshRequestTime: T

    The time the refresh was requested (Unix timestamp in milliseconds)