Module spring.data.mongodb
Annotation Interface RangeEncrypted
- Since:
- 4.5
- Author:
- Christoph Strobl, Ross Lawley
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionlongSet the contention factor.Set the range options.
-
Element Details
-
contentionFactor
Set the contention factor.- Returns:
- the contention factor
- Default:
- -1L
-
rangeOptions
Set the range options.Should be valid extended
JSONrepresenting the range options and including the following values:min,max,trimFactorandsparsity.Please note that values are data type sensitive and may require proper identification via eg.
$numberLong.- Returns:
- the
JSONrepresentation of range options.
- Default:
- ""
-