Share via


IODataFeature Interface

Definition

Provide the interface for the details of a given OData request.

public interface IODataFeature
type IODataFeature = interface
Public Interface IODataFeature
Derived

Properties

ActionDescriptor
ApplyClause

Gets or sets the parsed OData ApplyClause of the request.

BatchRouteData

Gets or sets the batch route data.

DeltaLink

Gets or sets the delta link for the OData response.

IsEndpointRouting
NextLink

Gets or sets the next link for the OData response.

Path

Gets or sets the OData path.

RequestContainer

Gets or sets the request container.

RequestScope

Gets or sets the request scope.

RouteName

Gets or sets the route name.

RoutePrefix
RoutingConventionsStore

Gets the data store used by IODataRoutingConventions to store any custom route data.

SelectExpandClause

Gets or sets the parsed OData SelectExpandClause of the request.

TotalCount

Gets or sets the total count for the OData response.

TotalCountFunc

Gets or sets the total count function for the OData response.

UrlHelper

Gets or sets the Url helper.

Applies to