IndexOptions constructor
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,
- Map<
String, dynamic> ? partialFilterExpression, - Collation? collation,
- Map<
String, dynamic> ? wildcardProjection,
Implementation
IndexOptions({
this.background,
this.expireAfterSeconds,
this.name,
this.sparse,
this.storageEngine,
this.unique,
this.version,
this.defaultLanguage,
this.languageOverride,
this.textVersion,
this.weights,
this.sphereVersion,
this.bits,
this.max,
this.min,
this.bucketSize,
this.hidden,
this.partialFilterExpression,
this.collation,
this.wildcardProjection,
});