Microsoft.AspNetCore.OData.Batch Namespace
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.
Change |
Represents a ChangeSet request. |
Change |
Represents a ChangeSet response. |
Default |
Default implementation of ODataBatchHandler for handling OData batch request. By default, it buffers the request content stream. |
Http |
Provides extension methods for the HttpRequest class. |
OData |
Encapsulates a collection of OData batch responses. |
OData |
Defines the abstraction for handling OData batch requests. |
OData |
Provides extension methods for the HttpRequest class. |
OData |
Defines the middleware for handling OData $batch requests. This middleware essentially acts like branching middleware and redirects OData $batch requests to the appropriate ODataBatchHandler. |
OData |
Provides extension methods for the ODataBatchReader class. |
OData |
Represents an OData batch request. |
OData |
Represents an OData batch response. |
Operation |
Represents an Operation request. |
Operation |
Represents an Operation response. |
Unbuffered |
An implementation of ODataBatchHandler that doesn't buffer the request content stream. |