你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IndexingParameters.Configuration 属性

定义

获取或设置索引器特定配置属性的字典。 每个名称都是特定属性的名称。 每个值必须是基元类型。

[Newtonsoft.Json.JsonProperty(PropertyName="configuration")]
public System.Collections.Generic.IDictionary<string,object> Configuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="configuration")>]
member this.Configuration : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Configuration As IDictionary(Of String, Object)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于