MongoDbCollectionInfo.IsCapped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the collection is a capped collection (i.e. whether it has a fixed size and acts like a circular buffer)
[Newtonsoft.Json.JsonProperty(PropertyName="isCapped")]
public bool IsCapped { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isCapped")>]
member this.IsCapped : bool with get, set
Public Property IsCapped As Boolean
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute