IDataServiceConfiguration.MaxExpandDepth Property

Definition

Gets or sets a maximum number of segments supported in a single $expand path for all requests to the data service.

C#
public int MaxExpandDepth { get; set; }

Property Value

Integer representing the maximum number of supported segments in $expand path.

Remarks

If the limit is exceeded, a 400 Bad Request status code is returned. The value specified must be between 0 and int.MaxValue; otherwise, an ArgumentOutOfRangeException is thrown.

The following query string sample has two segments in the first $expand path and one in the second $expand path:

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1