VectorStoreCollectionMetadata Class
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.
Provides metadata about an VectorStoreCollection<TKey,TRecord>.
public ref class VectorStoreCollectionMetadata
public class VectorStoreCollectionMetadata
type VectorStoreCollectionMetadata = class
Public Class VectorStoreCollectionMetadata
- Inheritance
-
VectorStoreCollectionMetadata
Constructors
VectorStoreCollectionMetadata() |
Properties
CollectionName |
Gets or sets the name of a collection (table, container) within the vector store (database). |
VectorStoreName |
Gets or sets the name of the vector store (database). |
VectorStoreSystemName |
Gets or sets the name of the vector store system. |