Share via


Indexer.Parameters プロパティ

定義

インデクサー実行のパラメーターを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="parameters")]
public Microsoft.Azure.Search.Models.IndexingParameters Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parameters")>]
member this.Parameters : Microsoft.Azure.Search.Models.IndexingParameters with get, set
Public Property Parameters As IndexingParameters

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象