CollectionModel.VectorProperty Property
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.
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).