AZSBlockListMode Constants Reference
Declared in | AZSEnums.h |
---|
AZSBlockListMode
The different possible block list modes.
When uploading a block list, this specifies where to search for the blocks. When downloading a block list, this specifies where the individual blocks are found.
Definition
typedef NS_ENUM(NSInteger, AZSBlockListMode ) {
AZSBlockListModeLatest,
AZSBlockListModeCommitted,
AZSBlockListModeUncommitted,
};
Constants
AZSBlockListModeLatest
-
Search in both the committed block list and the uncommitted block list for a block with the given ID, and use whichever is latest. This should be the default for most blocklist-upload operations.
Declared In
AZSEnums.h
. AZSBlockListModeCommitted
-
The block is in the committed block list.
Declared In
AZSEnums.h
. AZSBlockListModeUncommitted
-
The block is in the uncommitted block list.
Declared In
AZSEnums.h
.
Declared In
AZSEnums.h