Interface HonuaOdataEntityKeyEncodingOptions

Controls metadata-typed entity-key encoding.

interface HonuaOdataEntityKeyEncodingOptions {
    keyFields?: readonly string[];
    maxDepth?: number;
}

Hierarchy (view full)

Properties

keyFields?: readonly string[]

Ordered metadata key fields to place in this URL predicate. Omit this for a direct entity set. Navigation paths may provide the child-key subset because the parent key is already carried by the path.

maxDepth?: number

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