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.

public string FirstRecord { get; }

Property Value

string

LastRecord

Gets the location of the last record of the extent.

public string LastRecord { get; }

Property Value

string

Loc

Gets the location of the extent.

public string Loc { get; }

Property Value

string

NSDiag

Gets the nsdiag value of the extent.

public string NSDiag { get; }

Property Value

string

Size

Gets the size of the extent.

public long Size { get; }

Property Value

long

XNext

Gets the next extent.

public string XNext { get; }

Property Value

string

XPrev

Gets the prev extent.

public string XPrev { get; }

Property Value

string