MongoCollectionIsCapped Method |
Tests whether this collection is capped.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public virtual bool IsCapped()
Public Overridable Function IsCapped As Boolean
abstract IsCapped : unit -> bool
override IsCapped : unit -> bool
Return Value
Type:
BooleanTrue if this collection is capped.
See Also