FilePersistorSettings<T> class

Inheritance
Implementers

Constructors

FilePersistorSettings({bool persistenceEnabled = true, String? shardFn(Document<T> doc)?, int maxShards = 1})

Properties

hashCode int
The hash code for this object.
no setterinherited
maxShards int
final
persistenceEnabled bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shardEnabled bool
no setter
shardFn String? Function(Document<T> doc)?
final

Methods

getShard(Document doc) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited