Language

DataPropertyModel(String, Type) Constructor

Definition

Represents a data property on a vector store record. This is an internal support type meant for use by providers only and not by applications.

public:
 DataPropertyModel(System::String ^ modelName, Type ^ type);
public DataPropertyModel(string modelName, Type type);
new Microsoft.Extensions.VectorData.ProviderServices.DataPropertyModel : string * Type -> Microsoft.Extensions.VectorData.ProviderServices.DataPropertyModel
Public Sub New (modelName As String, type As Type)

Parameters

modelName
String
type
Type

Applies to