ODataUriParserSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |