Share via


ODataMessageQuotas Class

Definition

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.

Applies to