AZSResultSegment Class Reference

Inherits from NSObject
Declared in AZSResultSegment.h
AZSResultSegment.m

Overview

AZSResultSegment contains the result of a segmented listing operation.

Segmented listing operations have two return values - the actual results and a continuation token. The AZSResultSegment is a wrapper class around those two things.

  results

The NSArray containing the actual results of the segmented listing operation.

@property (strong) NSArray *results

Discussion

The NSArray containing the actual results of the segmented listing operation.

Note that even if the array is empty, if the AZSContinuationToken is populated, there may still be more results to list.

Declared In

AZSResultSegment.h

  continuationToken

The AZSContinuationToken representing the next set of results.

@property (strong, AZSNullable) AZSContinuationToken *continuationToken

Discussion

The AZSContinuationToken representing the next set of results.

If this is nil, then there are no further results on the service.

Declared In

AZSResultSegment.h