VectorStoreKeyAttribute.StorageName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an optional name to use for the property in storage, if different from the property name.
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
Property Value
Remarks
For example, the property name might be "MyProperty" and the storage name might be "my_property".