Share via


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

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.

Applies to