Method SetCapped
SetCapped(bool)
Sets whether the collection is capped.
public static CollectionOptionsBuilder SetCapped(bool value)
Parameters
value
boolWhether the collection is capped.
Returns
- CollectionOptionsBuilder
The builder (so method calls can be chained).