CollectionModelBuildingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains options affecting model building; passed to CollectionModelBuilder. This is an internal support type meant for use by providers only and not by applications.
public ref class CollectionModelBuildingOptions sealed
[System.Diagnostics.CodeAnalysis.Experimental("MEVD9001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public sealed class CollectionModelBuildingOptions
public sealed class CollectionModelBuildingOptions
[<System.Diagnostics.CodeAnalysis.Experimental("MEVD9001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type CollectionModelBuildingOptions = class
type CollectionModelBuildingOptions = class
Public NotInheritable Class CollectionModelBuildingOptions
- Inheritance
-
CollectionModelBuildingOptions
- Attributes
Constructors
| Name | Description |
|---|---|
| CollectionModelBuildingOptions() | |
Properties
| Name | Description |
|---|---|
| RequiresAtLeastOneVector |
Gets a value indicating whether at least one vector property is required. |
| ReservedKeyStorageName |
Gets or initializes the special, reserved name for the key property of the database. |
| SupportsMultipleVectors |
Gets a value indicating whether multiple vector properties are supported. |
| UsesExternalSerializer |
Gets a value indicating whether an external serializer will be used (for example, System.Text.Json). |