Interface SyncDataResponseFlexibleSync

Export

SyncDataResponseFlexibleSync

Hierarchy

  • SyncDataResponseFlexibleSync

Properties

client_max_offline_days?: any

The number of days the client can be offline before a client reset is required.

Memberof

SyncDataResponseFlexibleSync

collection_queryable_fields_names?: {
    [key: string]: {
        [key: string]: any;
    };
}

An array of queryable field names on the specified collection.

Type declaration

  • [key: string]: {
        [key: string]: any;
    }
    • [key: string]: any

Memberof

SyncDataResponseFlexibleSync

is_recovery_mode_disabled?: any

Specifies whether the client reset mode is disabled. By default, client reset mode is enabled and this value is false.

Memberof

SyncDataResponseFlexibleSync

last_disabled?: any

The last time Sync was disabled, represented by the number of seconds since the UNIX epoch.

Memberof

SyncDataResponseFlexibleSync

permissions?: any

Deprecated

Memberof

SyncDataResponseFlexibleSync

queryable_fields_names?: any

An array of queryable field names on any collection.

Memberof

SyncDataResponseFlexibleSync

queryable_fields_version?: any

The version of the queryable field.

Memberof

SyncDataResponseFlexibleSync

state?: any

The state of the sync service ("enabled", "disabled", or empty if Sync is not configured).

Memberof

SyncDataResponseFlexibleSync

Generated using TypeDoc