Name

This property specifies the name of this collection/table in the Oracle database.

Declaration

// C#
public string Name { get; }

Property Value

The string specifying the name of the collection. The collection name is the name given by the application when the OracleDynamicCollection instance is created.

Implements

Microsoft.Extensions.VectorData.VectorStoreCollection