pendingOperations property

List<DatumSyncOperation<T>> pendingOperations
final

A list of operations that are still pending after the sync cycle.

Implementation

final List<DatumSyncOperation<T>> pendingOperations;