Partager via


MongoDbCollectionInfo.IsCapped Property

Definition

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

Applies to