Language

VectorPropertyModel(String, Type) Constructor

Definition

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

Applies to