Raindex SDK Documentation
    Preparing search index...

    Interface LocalDbSyncSnapshot

    interface LocalDbSyncSnapshot {
        configured: boolean;
        healthy: boolean;
        networks: NetworkSyncStatusSnapshot[];
        raindexes: RaindexSyncStatusSnapshot[];
        schedulerState: SchedulerState;
        status: LocalDbStatus;
    }
    Index

    Properties

    configured: boolean
    healthy: boolean
    schedulerState: SchedulerState