You are here

SkyVaultPagingResult

SkyVaultPagingResult

This section describes the SkyVaultPagingResult class.

The SkyVaultPagingResult class encapsulates a paged list of results.

Class declaration

@interface SkyVaultPagingResult : NSObject

Properties

Property Description
@property (nonatomic, strong, readonly) NSArray *objects Returns a list of all objects present in the page.
@property (nonatomic, assign, readonly) BOOL hasMoreItems Returns true if there are more items available.
@property (nonatomic, assign, readonly) int totalItems Returns the total number of items that could potentially be returned, -1 means the total number of items was undetermined.