EncryptedFilePersistorSettings<T> class

Inheritance

Constructors

EncryptedFilePersistorSettings({required bool encryptionEnabled, String? shardFn(Document<T> doc)?, int maxShards = 5, bool persistenceEnabled = true})

Properties

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

Methods

getShard(Document doc) String?
inherited
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