VectorStoreCollectionOptions 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
| Name | Description |
|---|---|
| VectorStoreCollectionOptions() |
Initializes a new instance of the VectorStoreCollectionOptions class. |
| VectorStoreCollectionOptions(VectorStoreCollectionOptions) |
Initializes a new instance of the VectorStoreCollectionOptions class. |
VectorStoreCollectionOptions()
Initializes a new instance of the VectorStoreCollectionOptions class.
protected:
VectorStoreCollectionOptions();
protected VectorStoreCollectionOptions();
Protected Sub New ()
Applies to
VectorStoreCollectionOptions(VectorStoreCollectionOptions)
Initializes a new instance of the VectorStoreCollectionOptions class.
protected:
VectorStoreCollectionOptions(Microsoft::Extensions::VectorData::VectorStoreCollectionOptions ^ source);
protected VectorStoreCollectionOptions(Microsoft.Extensions.VectorData.VectorStoreCollectionOptions? source);
new Microsoft.Extensions.VectorData.VectorStoreCollectionOptions : Microsoft.Extensions.VectorData.VectorStoreCollectionOptions -> Microsoft.Extensions.VectorData.VectorStoreCollectionOptions
Protected Sub New (source As VectorStoreCollectionOptions)
Parameters
- source
- VectorStoreCollectionOptions