Show / Hide Table of Contents

Class DbIndex

Represents a database index.

Inheritance
Object
DbIndex
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

The name of the index.

Declaration
public string Name { get; set; }
Property Value
String

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

The schema for the Table.

Declaration
public string Schema { get; set; }
Property Value
String

Table

The table that the index belongs to.

Declaration
public string Table { get; set; }
Property Value
String

Back to top Generated by DocFX