AZSBlobResultSegment Class Reference

Inherits from NSObject
Declared in AZSResultSegment.h
AZSResultSegment.m

Overview

An AZSResultSegment that contains AZSCloudBlob objects and AZSCloudBlobDirectory objects, the result of a ListBlobsSegmented operation.

This class does not inherit from AZSResultSegment due to it containing both blobs and directories.

  blobs

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

@property (strong, AZSNullable) NSArray *blobs

Discussion

The NSArray containing the actual blob 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

  directories

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

@property (strong, AZSNullable) NSArray *directories

Discussion

The NSArray containing the actual blob directory 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