SeekBasedResourceCollection<TResource> Class

Definition

A resource collection with a continuation token that enables callers to seek through the collection pages.

[Newtonsoft.Json.JsonObject]
public sealed class SeekBasedResourceCollection<TResource> : Microsoft.Store.PartnerCenter.Models.ResourceCollection<TResource>
[<Newtonsoft.Json.JsonObject>]
type SeekBasedResourceCollection<'Resource> = class
    inherit ResourceCollection<'Resource>
Public NotInheritable Class SeekBasedResourceCollection(Of TResource)
Inherits ResourceCollection(Of TResource)

Type Parameters

TResource

The type of the objects in collection.

Inheritance
Attributes

Constructors

SeekBasedResourceCollection<TResource>(ICollection<TResource>)

Initializes a new instance of the SeekBasedResourceCollection<TResource> class.

SeekBasedResourceCollection<TResource>(ICollection<TResource>, String)

Initializes a new instance of the SeekBasedResourceCollection<TResource> class.

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
ContinuationToken

Gets the continuation token.

Items

Gets the collection items.

(Inherited from ResourceCollection<TResource,TLinks>)
Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)
TotalCount

Gets the total count of the elements in the resource collection.

(Inherited from ResourceCollection<TResource,TLinks>)

Methods

ToString()

Returns a summary of the resource collection.

(Inherited from ResourceCollection<TResource,TLinks>)

Applies to