Delen via


ODataCollectionStart Class

Definition

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
ODataCollectionStart

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 collectionStart.

Applies to