StreamPriority extension type
The priority of a PowerSync stream.
- on
Constructors
- StreamPriority(int i)
-
factory
Properties
- priorityNumber → int
-
final
Operators
-
operator <(
StreamPriority other) → bool -
operator <=(
StreamPriority other) → bool -
operator >(
StreamPriority other) → bool -
operator >=(
StreamPriority other) → bool
Static Methods
-
comparator(
StreamPriority a, StreamPriority b) → int - A Comparator instance suitable for comparing StreamPriority values.
Constants
- fullSyncPriority → const StreamPriority
- The priority used by PowerSync to indicate that a full sync was completed.