VectorStoreProperty.ProviderAnnotations プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このプロパティのプロバイダー固有の注釈のディクショナリを取得または設定します。
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)
プロパティ値
注釈
これにより、すべてのベクター ストアに共通ではないデータベース固有の構成オプションを設定できます。 プロバイダー固有の拡張メソッドを使用して、厳密に型指定された方法で値を設定および取得します。