Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Quotas to use for limiting resource consumption when reading or writing OData messages.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataMessageQuotas
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataMessageQuotas
'Usage
Dim instance As ODataMessageQuotas
public sealed class ODataMessageQuotas
public ref class ODataMessageQuotas sealed
[<SealedAttribute>]
type ODataMessageQuotas = class end
public final class ODataMessageQuotas
The ODataMessageQuotas type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataMessageQuotas() | Initializes a new instance of the ODataMessageQuotas class. |
![]() |
ODataMessageQuotas(ODataMessageQuotas) | Initializes a new instance of the ODataMessageQuotas class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
MaxEntityPropertyMappingsPerType | Gets or sets the maximum number of entity mapping attributes to be found for an entity type (on the type itself and all its base types). |
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.