Share via


ODataDeltaResourceSet Class

Definition

Describes a set of delta changes.

public sealed class ODataDeltaResourceSet : Microsoft.OData.ODataResourceSetBase
type ODataDeltaResourceSet = class
    inherit ODataResourceSetBase
Public NotInheritable Class ODataDeltaResourceSet
Inherits ODataResourceSetBase
Inheritance

Constructors

ODataDeltaResourceSet()

Properties

Count

Gets or sets the number of items in the resource set.

(Inherited from ODataResourceSetBase)
DeltaLink

URI representing the delta link.

(Inherited from ODataResourceSetBase)
Id

Gets or sets the URI that identifies the entity set represented by the resource set.

(Inherited from ODataResourceSetBase)
InstanceAnnotations

Collection of custom instance annotations.

(Inherited from ODataResourceSetBase)
NextPageLink

Gets or sets the URI representing the next page link.

(Inherited from ODataResourceSetBase)
TypeAnnotation

The annotation for storing @odata.type.

(Inherited from ODataAnnotatable)
TypeName

Gets the resource set type name.

(Inherited from ODataResourceSetBase)

Extension Methods

SetSerializationInfo(ODataDeltaResourceSet, ODataDeltaResourceSetSerializationInfo)

Provide additional serialization information to the ODataDeltaWriter for deltaResourceSet.

SetSerializationInfo(ODataDeltaResourceSet, ODataResourceSerializationInfo)

Provide additional serialization information to the ODataDeltaWriter for deltaResourceSet.

Applies to