SyncOptions are the sync options.

interface StorageSyncOptions {
    limit: longnum;
    offset_key: Uint8Array;
}

Properties

Properties

limit: longnum
offset_key: Uint8Array