VectorStoreKeyAttribute.StorageName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un nom facultatif à utiliser pour la propriété dans le stockage, si elle est différente du nom de la propriété.
public:
property System::String ^ StorageName { System::String ^ get(); void set(System::String ^ value); };
public string? StorageName { get; init; }
member this.StorageName : string with get, set
Public Property StorageName As String
Valeur de propriété
Remarques
Par exemple, le nom de la propriété peut être « MyProperty » et le nom de stockage peut être « my_property ».