SqlServerIndexExtensions
GetDataCompression(IReadOnlyIndex)
GetDataCompression(IReadOnlyIndex, StoreObjectIdentifier)
GetDataCompressionConfigurationSource(IConventionIndex)
GetFillFactor(IReadOnlyIndex)
GetFillFactor(IReadOnlyIndex, StoreObjectIdentifier)
GetFillFactorConfigurationSource(IConventionIndex)
GetIncludeProperties(IReadOnlyIndex)
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)
GetIncludePropertiesConfigurationSource(IConventionIndex)
GetIsClusteredConfigurationSource(IConventionIndex)
GetIsCreatedOnlineConfigurationSource(IConventionIndex)
GetSortInTempDb(IReadOnlyIndex)
GetSortInTempDb(IReadOnlyIndex, StoreObjectIdentifier)
GetSortInTempDbConfigurationSource(IConventionIndex)
IsClustered(IReadOnlyIndex)
IsClustered(IReadOnlyIndex, StoreObjectIdentifier)
IsCreatedOnline(IReadOnlyIndex)
IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)
SetDataCompression(IMutableIndex, DataCompressionType?)
SetDataCompression(IConventionIndex, DataCompressionType?, Boolean)
SetFillFactor(IMutableIndex, Int32?)
SetFillFactor(IConventionIndex, Int32?, 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)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexExtensions
{
public static void SetIsCreatedOnline(this IMutableIndex! index, bool? createdOnline);
}
}
| .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