Class ValidateCollectionResult.ExtentDetails
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
LastRecord
Gets the location of the last record of the extent.
public string LastRecord { get; }
Property Value
Loc
Gets the location of the extent.
public string Loc { get; }
Property Value
NSDiag
Gets the nsdiag value of the extent.
public string NSDiag { get; }
Property Value
Size
Gets the size of the extent.
public long Size { get; }
Property Value
XNext
Gets the next extent.
public string XNext { get; }
Property Value
XPrev
Gets the prev extent.
public string XPrev { get; }