IConventionIndex
Builder
DeclaringEntityType
Properties
GetConfigurationSource()
GetIsDescendingConfigurationSource()
GetIsUniqueConfigurationSource()
SetIsDescending(IReadOnlyList<Boolean>, Boolean)
SetIsUnique(Boolean?, Boolean)
GetDataCompressionConfigurationSource(IConventionIndex)
GetFillFactorConfigurationSource(IConventionIndex)
GetIncludePropertiesConfigurationSource(IConventionIndex)
GetIsClusteredConfigurationSource(IConventionIndex)
GetIsCreatedOnlineConfigurationSource(IConventionIndex)
GetIsFullTextIndexConfigurationSource(IConventionIndex)
GetSortInTempDbConfigurationSource(IConventionIndex)
GetVectorIndexTypeConfigurationSource(IConventionIndex)
SetDataCompression(IConventionIndex, DataCompressionType?, Boolean)
SetFillFactor(IConventionIndex, Int32?, Boolean)
SetIncludeProperties(IConventionIndex, IReadOnlyList<String>, Boolean)
SetIsClustered(IConventionIndex, Boolean?, Boolean)
SetIsCreatedOnline(IConventionIndex, Boolean?, Boolean)
SetIsFullTextIndex(IConventionIndex, Nullable<Boolean>, Boolean)
SetSortInTempDb(IConventionIndex, Boolean?, Boolean)
SetVectorIndexType(IConventionIndex, Nullable<VectorIndexType>, Nullable<Boolean>, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexExtensions
{
public static ConfigurationSource? GetFillFactorConfigurationSource(this IConventionIndex! index);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API