Class DbIndex
Represents a database index.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.EntityFrameworkCore
Assembly: IRM.AspNetCore.Identity.EntityFrameworkCore.dll
Syntax
public class DbIndex
Properties
Fragmentation
The procentuel fragmentation of the index.
Declaration
public double Fragmentation { get; set; }
Property Value
System.Double
|
Name
PageCount
The page count for the index.
Declaration
public long PageCount { get; set; }
Property Value
System.Int64
|
PartitionNumber
The partition for the index.
Declaration
public int PartitionNumber { get; set; }
Property Value
System.Int32
|
Schema
Table
The table that the index belongs to.
Declaration
public string Table { get; set; }
Property Value
String
|