DataServiceConfiguration.MaxExpandDepth 属性
获取或设置可包括到单个请求的 $expand 路径中的最大相关实体数。
命名空间: System.Data.Services
程序集: Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)
语法
声明
Public Property MaxExpandDepth As Integer
Get
Set
用法
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandDepth
instance.MaxExpandDepth = value
public int MaxExpandDepth { get; set; }
public:
virtual property int MaxExpandDepth {
int get () sealed;
void set (int value) sealed;
}
abstract MaxExpandDepth : int with get, set
override MaxExpandDepth : int with get, set
final function get MaxExpandDepth () : int
final function set MaxExpandDepth (value : int)
属性值
类型:System.Int32
$expand 路径的最大深度。
实现
IDataServiceConfiguration.MaxExpandDepth