Partager via


VectorStoreRecordProperty.StoragePropertyName Property

Definition

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". This property will only be respected by implementations that do not support a well known serialization mechanism like JSON, in which case the attributes used by that seriallization system will be used.

public string? StoragePropertyName { get; init; }
member this.StoragePropertyName : string with get, set
Public Property StoragePropertyName As String

Property Value

Applies to