Interface HonuaOdataEdmEncodingOptions

Controls the hard recursion bound for complex, collection, and untyped values. Fixed breadth and aggregate-node budgets also protect every call.

interface HonuaOdataEdmEncodingOptions {
    maxDepth?: number;
}

Hierarchy (view full)

Properties

Properties

maxDepth?: number

Maximum nested container depth. Defaults to and cannot exceed 32.