Share via


ODataUriParserSettings Class

Definition

Settings used by ODataUriParser.

public sealed class ODataUriParserSettings
type ODataUriParserSettings = class
Public NotInheritable Class ODataUriParserSettings
Inheritance
ODataUriParserSettings

Constructors

ODataUriParserSettings()

Initializes a new instance of ODataUriParserSettings with default values.

Properties

MaximumExpansionCount

Gets or sets the maximum number of ExpandedNavigationSelectItem instances that can appear in the tree that results from parsing $expand.

MaximumExpansionDepth

Gets or sets the maximum depth of the tree that results from parsing $expand.

Applies to