ReadOnlyCollectionPageT, TMarker Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
public class ReadOnlyCollectionPage<T, TMarker> : ReadOnlyCollectionPage<T> where TMarker : ResourceIdentifier<TMarker>
The ReadOnlyCollectionPageT, TMarker type exposes the following members.
Name | Description | |
---|---|---|
ReadOnlyCollectionPageT, TMarker |
Initializes a new instance of the ReadOnlyCollectionPageT, TMarker class
that is a read-only wrapper around the specified list and metadata.
|
Name | Description | |
---|---|---|
GetNextPageAsync |
Gets the next page in the paginated collection.
(Overrides ReadOnlyCollectionPageTGetNextPageAsync(CancellationToken).) |
Name | Description | |
---|---|---|
GetAllPagesT |
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageSynchronousExtensions.) | |
GetAllPagesAsyncT |
Get all pages in a paginated collection.
(Defined by ReadOnlyCollectionPageExtensions.) | |
GetNextPageT |
Gets the next page in the paginated collection.
(Defined by ReadOnlyCollectionPageSynchronousExtensions.) |
Name | Description | |
---|---|---|
CanHaveNextPage |
Gets a value indicating whether another page of results may follow the current page.
(Overrides ReadOnlyCollectionPageTCanHaveNextPage.) | |
Marker |
Gets the marker for the current page.
| |
Metadata |
Gets a collection of metadata associated with the page of results.
| |
NextMarker |
Gets the marker for the next page.
|