IDataServiceConfiguration.MaxExpandCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置可由所有对数据服务的请求的 $expand 查询选项展开的最大段数。
public:
property int MaxExpandCount { int get(); void set(int value); };
public int MaxExpandCount { get; set; }
member this.MaxExpandCount : int with get, set
Public Property MaxExpandCount As Integer
属性值
要展开的最大段数。
注解
如果超出限制,则返回状态代码“400 错误的请求”。 指定的值必须介于 0 和 int.MaxValue
之间;否则会 ArgumentOutOfRangeException
引发 。
下面的查询字符串示例具有两段: