Language

CollectionModel.VectorProperty Property

Definition

Gets the single vector property in the model, and throws if there are multiple vector properties.

public:
 property Microsoft::Extensions::VectorData::ProviderServices::VectorPropertyModel ^ VectorProperty { Microsoft::Extensions::VectorData::ProviderServices::VectorPropertyModel ^ get(); };
public Microsoft.Extensions.VectorData.ProviderServices.VectorPropertyModel VectorProperty { get; }
member this.VectorProperty : Microsoft.Extensions.VectorData.ProviderServices.VectorPropertyModel
Public ReadOnly Property VectorProperty As VectorPropertyModel

Property Value

Remarks

This is suitable for providers where validation is in place for single vectors only (SupportsMultipleVectors).

Applies to