VectorPropertyModel(String, Type) Constructor
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.
Represents a vector property on a vector store record. This is an internal support type meant for use by providers only and not by applications.
public:
VectorPropertyModel(System::String ^ modelName, Type ^ type);
public VectorPropertyModel(string modelName, Type type);
new Microsoft.Extensions.VectorData.ProviderServices.VectorPropertyModel : string * Type -> Microsoft.Extensions.VectorData.ProviderServices.VectorPropertyModel
Public Sub New (modelName As String, type As Type)
Parameters
- modelName
- String
- type
- Type