次の方法で共有


Indexer.FieldMappings プロパティ

定義

データ ソース内のフィールドとインデックス内の対応するターゲット フィールド間のマッピングを定義する値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="fieldMappings")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.FieldMapping> FieldMappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fieldMappings")>]
member this.FieldMappings : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.FieldMapping> with get, set
Public Property FieldMappings As IList(Of FieldMapping)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象