Partager via


VectorStoreRecordDataProperty Constructors

Definition

Overloads

VectorStoreRecordDataProperty(VectorStoreRecordDataProperty)

Initializes a new instance of the VectorStoreRecordDataProperty class by cloning the given source.

VectorStoreRecordDataProperty(String, Type)

Initializes a new instance of the VectorStoreRecordDataProperty class.

VectorStoreRecordDataProperty(VectorStoreRecordDataProperty)

Initializes a new instance of the VectorStoreRecordDataProperty class by cloning the given source.

public VectorStoreRecordDataProperty (Microsoft.SemanticKernel.Data.VectorStoreRecordDataProperty source);
new Microsoft.SemanticKernel.Data.VectorStoreRecordDataProperty : Microsoft.SemanticKernel.Data.VectorStoreRecordDataProperty -> Microsoft.SemanticKernel.Data.VectorStoreRecordDataProperty
Public Sub New (source As VectorStoreRecordDataProperty)

Parameters

source
VectorStoreRecordDataProperty

The source to clone

Applies to

VectorStoreRecordDataProperty(String, Type)

Initializes a new instance of the VectorStoreRecordDataProperty class.

public VectorStoreRecordDataProperty (string propertyName, Type propertyType);
new Microsoft.SemanticKernel.Data.VectorStoreRecordDataProperty : string * Type -> Microsoft.SemanticKernel.Data.VectorStoreRecordDataProperty
Public Sub New (propertyName As String, propertyType As Type)

Parameters

propertyName
String

The name of the property.

propertyType
Type

The type of the property.

Applies to