Table of Contents

Property Capped

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Capped

Gets or sets a value indicating whether the collection is a capped collection.

public bool? Capped { get; set; }

Property Value

bool?

A value indicating whether the collection is a capped collection.