VectorStoreException.VectorStoreSystemName Property
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.
Gets or sets the name of the vector store system.
public:
property System::String ^ VectorStoreSystemName { System::String ^ get(); void set(System::String ^ value); };
public string? VectorStoreSystemName { get; init; }
member this.VectorStoreSystemName : string with get, set
Public Property VectorStoreSystemName As String
Property Value
Remarks
Where possible, this value maps to the "db.system.name" attribute defined in the OpenTelemetry Semantic Conventions for database calls and systems; see https://opentelemetry.io/docs/specs/semconv/database/. Example: redis, sqlite, mysql.