25 namespace dataservice {
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24
Represents the progress of a prefetch for partitions.
Definition: PrefetchStatus.h:39
size_t bytes_transferred
Total bytes tranferred during API calls.
Definition: PrefetchStatus.h:45
size_t prefetched_partitions
Partitions available (prefetched).
Definition: PrefetchStatus.h:41
size_t total_partitions_to_prefetch
Total number of partitions to prefetch during prefetch operation.
Definition: PrefetchStatus.h:43
Represents the progress of a prefetch operation.
Definition: PrefetchStatus.h:29
size_t bytes_transferred
Total bytes tranferred during API calls.
Definition: PrefetchStatus.h:35
size_t prefetched_tiles
Tiles available (prefetched).
Definition: PrefetchStatus.h:31
size_t total_tiles_to_prefetch
Total number of tiles to prefetch during prefetch operation.
Definition: PrefetchStatus.h:33