ODataMessageQuotas 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.
Quotas to use for limiting resource consumption when reading or writing OData messages.
public sealed class ODataMessageQuotas
type ODataMessageQuotas = class
Public NotInheritable Class ODataMessageQuotas
- Inheritance
-
ODataMessageQuotas
Constructors
ODataMessageQuotas() |
Initializes a new instance of the ODataMessageQuotas class. |
ODataMessageQuotas(ODataMessageQuotas) |
Initializes a new instance of the ODataMessageQuotas class. |
Properties
MaxNestingDepth |
Gets or sets the maximum depth of nesting allowed when reading or writing recursive payloads. |
MaxOperationsPerChangeset |
Gets or sets the maximum number of operations allowed in a single changeset. |
MaxPartsPerBatch |
Gets or sets the maximum number of top level query operations and changesets allowed in a single batch. |
MaxReceivedMessageSize |
Gets or sets the maximum number of bytes that should be read from the message. |