VectorStoreRecordKeyAttribute.StoragePropertyName 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. E.g. the property name might be "MyProperty" but the storage name might be "my_property".
public string? StoragePropertyName { get; set; }
member this.StoragePropertyName : string with get, set
Public Property StoragePropertyName As String