Share via


VectorStoreException.VectorStoreSystemName Property

Definition

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.

Applies to