ODataCollectionStart 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.
OData representation of a top-level collection.
public sealed class ODataCollectionStart : Microsoft.OData.ODataAnnotatable
type ODataCollectionStart = class
inherit ODataAnnotatable
Public NotInheritable Class ODataCollectionStart
Inherits ODataAnnotatable
- Inheritance
Constructors
ODataCollectionStart() |
Properties
Count |
Gets the number of items in the collection. |
Name |
Gets or sets the name of the collection (ATOM only). |
NextPageLink |
Gets the URI representing the next page link. |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Extension Methods
SetSerializationInfo(ODataCollectionStart, ODataCollectionStartSerializationInfo) |
Provide additional serialization information to the ODataCollectionWriter for |