IConventionIndexBuilder
Metadata
CanSetIsDescending(IReadOnlyList<Boolean>, Boolean)
CanSetIsUnique(Boolean?, Boolean)
HasAnnotation(String, Object, Boolean)
HasNoAnnotation(String, Boolean)
HasNonNullAnnotation(String, Object, Boolean)
IsDescending(IReadOnlyList<Boolean>, Boolean)
IsUnique(Boolean?, Boolean)
CanSetDataCompression(IConventionIndexBuilder, DataCompressionType?, Boolean)
CanSetFillFactor(IConventionIndexBuilder, Int32?, Boolean)
CanSetIncludeProperties(IConventionIndexBuilder, IReadOnlyList<String>, Boolean)
CanSetIsClustered(IConventionIndexBuilder, Boolean?, Boolean)
CanSetIsCreatedOnline(IConventionIndexBuilder, Boolean?, Boolean)
CanSetIsFullTextIndex(IConventionIndexBuilder, Nullable<Boolean>, Boolean)
CanSetSortInTempDb(IConventionIndexBuilder, Boolean?, Boolean)
CanSetVectorIndexType(IConventionIndexBuilder, Nullable<VectorIndexType>, Boolean)
HasFillFactor(IConventionIndexBuilder, Int32?, Boolean)
IncludeProperties(IConventionIndexBuilder, IReadOnlyList<String>, Boolean)
IsClustered(IConventionIndexBuilder, Boolean?, Boolean)
IsCreatedOnline(IConventionIndexBuilder, Boolean?, Boolean)
IsFullTextIndex(IConventionIndexBuilder, Nullable<Boolean>, Boolean)
IsVectorIndex(IConventionIndexBuilder, Nullable<VectorIndexType>, Boolean)
SortInTempDb(IConventionIndexBuilder, Boolean?, Boolean)
UseDataCompression(IConventionIndexBuilder, DataCompressionType?, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public interface IConventionIndexBuilder : IConventionAnnotatableBuilder
{
IConventionIndex! Metadata { get; }
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API