Share via


DataServiceConfiguration.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 路径的最大深度。

实现

适用于

另请参阅