ODataResourceSetBase Class
Definition
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.
Describes a collection of entities.
public abstract class ODataResourceSetBase : Microsoft.OData.ODataItem
type ODataResourceSetBase = class
inherit ODataItem
Public MustInherit Class ODataResourceSetBase
Inherits ODataItem
- Inheritance
- Derived
Constructors
ODataResourceSetBase() |
Properties
Count |
Gets or sets the number of items in the resource set. |
DeltaLink |
URI representing the delta link. |
Id |
Gets or sets the URI that identifies the entity set represented by the resource set. |
InstanceAnnotations |
Collection of custom instance annotations. |
NextPageLink |
Gets or sets the URI representing the next page link. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
TypeName |
Gets the resource set type name. |