次の方法で共有


VectorStoreProperty.ProviderAnnotations プロパティ

定義

このプロパティのプロバイダー固有の注釈のディクショナリを取得または設定します。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ ProviderAnnotations { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.Dictionary<string,object?>? ProviderAnnotations { get; set; }
member this.ProviderAnnotations : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property ProviderAnnotations As Dictionary(Of String, Object)

プロパティ値

注釈

これにより、すべてのベクター ストアに共通ではないデータベース固有の構成オプションを設定できます。 プロバイダー固有の拡張メソッドを使用して、厳密に型指定された方法で値を設定および取得します。

適用対象