Share via


VectorStoreRecordKeyProperty Constructors

Definition

Overloads

VectorStoreRecordKeyProperty(VectorStoreRecordKeyProperty)

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

VectorStoreRecordKeyProperty(String, Type)

Initializes a new instance of the VectorStoreRecordKeyProperty class.

VectorStoreRecordKeyProperty(VectorStoreRecordKeyProperty)

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

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

Parameters

source
VectorStoreRecordKeyProperty

The source to clone

Applies to

VectorStoreRecordKeyProperty(String, Type)

Initializes a new instance of the VectorStoreRecordKeyProperty class.

public VectorStoreRecordKeyProperty (string propertyName, Type propertyType);
new Microsoft.SemanticKernel.Data.VectorStoreRecordKeyProperty : string * Type -> Microsoft.SemanticKernel.Data.VectorStoreRecordKeyProperty
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