Skip to main content

Interface: CloudSyncResetPreviewDevice

Defined in: shared/types/cloudSyncResetPreview.ts:30

Preview information shown before executing a destructive remote sync reset.

Propertiesโ€‹

deviceIdโ€‹

deviceId: string;

Defined in: shared/types/cloudSyncResetPreview.ts:32

Device identifier from the object key path.


newestCreatedAtEpochMs?โ€‹

optional newestCreatedAtEpochMs?: number;

Defined in: shared/types/cloudSyncResetPreview.ts:34

Newest createdAtEpochMs observed in op object keys for this device.


oldestCreatedAtEpochMs?โ€‹

optional oldestCreatedAtEpochMs?: number;

Defined in: shared/types/cloudSyncResetPreview.ts:36

Oldest createdAtEpochMs observed in op object keys for this device.


operationObjectCountโ€‹

operationObjectCount: number;

Defined in: shared/types/cloudSyncResetPreview.ts:38

Count of operation log objects for this device.