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

RankRequest.ContextFeatures 属性

定义

获取或设置将个性化体验创建服务用作字典的上下文的特征。 这取决于应用程序,通常包括有关当前用户、其设备、配置文件信息、有关时间和日期的数据等的功能。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于