CosmosPropertyExtensions
GetFullTextSearchLanguage(IReadOnlyProperty)
GetFullTextSearchLanguageConfigurationSource(IConventionProperty)
GetIsFullTextSearchEnabled(IReadOnlyProperty)
GetIsFullTextSearchEnabledConfigurationSource(IConventionProperty)
GetJsonPropertyName(IReadOnlyProperty)
GetJsonPropertyNameConfigurationSource(IConventionProperty)
GetVectorDimensions(IReadOnlyProperty)
GetVectorDimensionsConfigurationSource(IConventionProperty)
GetVectorDistanceFunction(IReadOnlyProperty)
GetVectorDistanceFunctionConfigurationSource(IConventionProperty)
SetFullTextSearchLanguage(IMutableProperty, String)
SetFullTextSearchLanguage(IConventionProperty, String, Boolean)
SetIsFullTextSearchEnabled(IMutableProperty, Boolean?)
SetIsFullTextSearchEnabled(IConventionProperty, Boolean?, Boolean)
SetJsonPropertyName(IMutableProperty, String)
SetJsonPropertyName(IConventionProperty, String, Boolean)
SetVectorDimensions(IMutableProperty, Int32?)
SetVectorDimensions(IConventionProperty, Int32?, Boolean)
SetVectorDistanceFunction(IMutableProperty, DistanceFunction?)
SetVectorDistanceFunction(IConventionProperty, DistanceFunction?, Boolean)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class CosmosPropertyExtensions
{
public static int? GetVectorDimensions(this IReadOnlyProperty! property);
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Cosmos , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Cosmos , Version=10.0.8.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Cosmos (11.0.0-preview.4.26230.115) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API