Share via


VectorStoreKeyAttribute.StorageName Property

Definition

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".

Applies to