SqlServerIndexExtensions.GetFillFactor Method

Definition

Overloads

GetFillFactor(IIndex)

Returns a value indicating whether the index uses the fill factor.

GetFillFactor(IReadOnlyIndex)

Returns the fill factor that the index uses.

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Returns the fill factor that the index uses.

GetFillFactor(IIndex)

Source:
SqlServerIndexExtensions.cs

Returns a value indicating whether the index uses the fill factor.

C#
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);

Parameters

index
IIndex

The index.

Returns

true if the index is online.

Applies to

Entity Framework Core 5.0
Toode Versioonid
Entity Framework Core 5.0

GetFillFactor(IReadOnlyIndex)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

Returns the fill factor that the index uses.

C#
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);

Parameters

index
IReadOnlyIndex

The index.

Returns

The fill factor that the index uses

Applies to

Entity Framework Core 9.0 ja muud versioonid
Toode Versioonid
Entity Framework Core 6.0, 7.0, 8.0, 9.0

GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)

Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs
Source:
SqlServerIndexExtensions.cs

Returns the fill factor that the index uses.

C#
public static int? GetFillFactor (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);

Parameters

index
IReadOnlyIndex

The index.

storeObject
StoreObjectIdentifier

The identifier of the store object.

Returns

The fill factor that the index uses

Applies to

Entity Framework Core 9.0 ja muud versioonid
Toode Versioonid
Entity Framework Core 6.0, 7.0, 8.0, 9.0