VectorStoreCollectionMetadata Class

Definition

Provides metadata about an VectorStoreCollection<TKey,TRecord>.

public ref class VectorStoreCollectionMetadata
public class VectorStoreCollectionMetadata
type VectorStoreCollectionMetadata = class
Public Class VectorStoreCollectionMetadata
Inheritance
VectorStoreCollectionMetadata

Constructors

Name Description
VectorStoreCollectionMetadata()

Properties

Name Description
CollectionName

Gets the name of a collection (table, container) within the vector store (database).

VectorStoreName

Gets the name of the vector store (database).

VectorStoreSystemName

Gets the name of the vector store system.

Applies to