IndexOptions class

Constructors

IndexOptions({bool? background, int? expireAfterSeconds, String? name, bool? sparse, Map<String, dynamic>? storageEngine, bool? unique, int? version, String? defaultLanguage, String? languageOverride, int? textVersion, Map<String, dynamic>? weights, int? sphereVersion, int? bits, double? max, double? min, int? bucketSize, bool? hidden, Map<String, dynamic>? partialFilterExpression, Collation? collation, Map<String, dynamic>? wildcardProjection})

Properties

background bool?
final
bits int?
final
bucketSize int?
final
collation Collation?
final
defaultLanguage String?
final
expireAfterSeconds int?
final
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
final
languageOverride String?
final
max double?
final
min double?
final
name String?
final
partialFilterExpression Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sparse bool?
final
sphereVersion int?
final
storageEngine Map<String, dynamic>?
final
textVersion int?
final
unique bool?
final
version int?
final
weights Map<String, dynamic>?
final
wildcardProjection Map<String, dynamic>?
final

Methods

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