VectorStoreVectorAttribute.StorageName プロパティ

定義

プロパティ名と異なる場合は、ストレージ内のプロパティに使用する省略可能な名前を取得します。

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

プロパティ値

注釈

たとえば、プロパティ名が "MyProperty" で、ストレージ名が "my_property" である場合があります。

適用対象