IDataServiceConfiguration.MaxExpandDepth 属性

定义

获取或设置对数据服务的所有请求在单个 $expand 路径中支持的最大段数。

public:
 property int MaxExpandDepth { int get(); void set(int value); };
public int MaxExpandDepth { get; set; }
member this.MaxExpandDepth : int with get, set
Public Property MaxExpandDepth As Integer

属性值

表示路径中 $expand 受支持段的最大数目的整数。

注解

如果超出限制,则返回状态代码“400 错误的请求”。 指定的值必须介于 0 和 int.MaxValue之间;否则会 ArgumentOutOfRangeException 引发 。

下面的查询字符串示例在第一个 $expand 路径中有两段,在第二个 $expand 路径中有一段:

适用于