VectorStoreRecordDataProperty Constructors
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.
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
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.