Represents an OData query response.

Type Parameters

  • T

Hierarchy

  • ODataResponse

Properties

Properties

@odata.context: string

The OData context annotation that denotes the context URL for the payload.

value: T[]

An array of values returned from the query.