Property Limits
Limits
Gets or sets the resource limits the read is bounded by, or null for the defaults.
public ResourceLimits? Limits { get; set; }
Property Value
Remarks
The two that matter here are MaxReportNestingDepth and
MaxReportElementCount. Both are on by default, and the
depth one is not a tuning knob: it is what stands between a hostile definition and a
StackOverflowException no caller can catch.