VectorStoreProperty.ProviderAnnotations Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.