Table of Contents

Class ValidateCollectionResult.ExtentDetails

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents the details of the first extent of the collection.

public class ValidateCollectionResult.ExtentDetails
Inheritance
ValidateCollectionResult.ExtentDetails
Inherited Members
Extension Methods

Properties

FirstRecord

Gets the location of the first record of the extent.

LastRecord

Gets the location of the last record of the extent.

Loc

Gets the location of the extent.

NSDiag

Gets the nsdiag value of the extent.

Size

Gets the size of the extent.

XNext

Gets the next extent.

XPrev

Gets the prev extent.