SqlServerIndexExtensions
GetDataCompression(IReadOnlyIndex)
GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)
GetDataCompressionConfigurationSource(IConventionIndex)
GetFillFactor(IReadOnlyIndex)
GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)
GetFillFactorConfigurationSource(IConventionIndex)
GetFullTextCatalog(IReadOnlyIndex)
GetFullTextCatalog(IReadOnlyIndex, StoreObjectIdentifier)
GetFullTextCatalogConfigurationSource(IConventionIndex)
GetFullTextChangeTracking(IReadOnlyIndex)
GetFullTextChangeTracking(IReadOnlyIndex, StoreObjectIdentifier)
GetFullTextChangeTrackingConfigurationSource(IConventionIndex)
GetFullTextKeyIndex(IReadOnlyIndex)
GetFullTextKeyIndex(IReadOnlyIndex, StoreObjectIdentifier)
GetFullTextKeyIndexConfigurationSource(IConventionIndex)
GetFullTextLanguage(IReadOnlyIndex, String)
GetFullTextLanguages(IReadOnlyIndex)
GetFullTextLanguagesConfigurationSource(IConventionIndex)
GetIncludeProperties(IReadOnlyIndex)
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)
GetIncludePropertiesConfigurationSource(IConventionIndex)
GetIsClusteredConfigurationSource(IConventionIndex)
GetIsCreatedOnlineConfigurationSource(IConventionIndex)
GetSortInTempDb(IReadOnlyIndex)
GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)
GetSortInTempDbConfigurationSource(IConventionIndex)
GetVectorIndexType(IReadOnlyIndex)
GetVectorIndexType(IReadOnlyIndex, StoreObjectIdentifier)
GetVectorIndexTypeConfigurationSource(IConventionIndex)
GetVectorMetric(IReadOnlyIndex)
GetVectorMetric(IReadOnlyIndex, StoreObjectIdentifier)
GetVectorMetricConfigurationSource(IConventionIndex)
IsClustered(IReadOnlyIndex)
IsClustered(IReadOnlyIndex, StoreObjectIdentifier)
IsCreatedOnline(IReadOnlyIndex)
IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)
IsFullTextIndex(IReadOnlyIndex)
IsVectorIndex(IReadOnlyIndex)
SetDataCompression(IMutableIndex, DataCompressionType?)
SetDataCompression(IConventionIndex, DataCompressionType?, Boolean)
SetFillFactor(IMutableIndex, Int32?)
SetFillFactor(IConventionIndex, Int32?, Boolean)
SetFullTextCatalog(IMutableIndex, String)
SetFullTextCatalog(IConventionIndex, String, Boolean)
SetFullTextChangeTracking(IMutableIndex, FullTextChangeTracking?)
SetFullTextChangeTracking(IConventionIndex, FullTextChangeTracking?, Boolean)
SetFullTextKeyIndex(IMutableIndex, String)
SetFullTextKeyIndex(IConventionIndex, String, Boolean)
SetFullTextLanguage(IMutableIndex, String, String)
SetFullTextLanguage(IConventionIndex, String, String, Boolean)
SetFullTextLanguages(IMutableIndex, IReadOnlyDictionary<String, String>)
SetFullTextLanguages(IConventionIndex, IReadOnlyDictionary<String, String>, Boolean)
SetIncludeProperties(IMutableIndex, IReadOnlyList<String>)
SetIncludeProperties(IConventionIndex, IReadOnlyList<String>, Boolean)
SetIsClustered(IMutableIndex, Boolean?)
SetIsClustered(IConventionIndex, Boolean?, Boolean)
SetIsCreatedOnline(IMutableIndex, Boolean?)
SetIsCreatedOnline(IConventionIndex, Boolean?, Boolean)
SetSortInTempDb(IMutableIndex, Boolean?)
SetSortInTempDb(IConventionIndex, Boolean?, Boolean)
SetVectorIndexType(IMutableIndex, String)
SetVectorIndexType(IConventionIndex, String, Boolean)
SetVectorMetric(IMutableIndex, String)
SetVectorMetric(IConventionIndex, String, Boolean)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexExtensions
{
public static void SetFullTextKeyIndex(this IMutableIndex! index, string? keyIndexName);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (11.0.0-preview.2.26159.112) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API