VectorStoreProperty.ProviderAnnotations Propiedad

Definición

Obtiene o establece un diccionario de anotaciones específicas del proveedor para esta propiedad.

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)

Valor de propiedad

Comentarios

Esto permite establecer opciones de configuración específicas de la base de datos que no son universales en todos los almacenes de vectores. Use métodos de extensión específicos del proveedor para establecer y obtener valores de forma fuertemente tipada.

Se aplica a