public final class CKOperationGroupTransferSize
extends java.lang.Object
Valid values for expectedSendSize and expectedReceiveSize [@constant] CKOperationGroupTransferSizeUnknown Default value when you're completely unsure of your working set size. [@constant] CKOperationGroupTransferSizeKilobytes Less than 1MB [@constant] CKOperationGroupTransferSizeMegabytes 1-10MB [@constant] CKOperationGroupTransferSizeTensOfMegabytes 10-100MB [@constant] CKOperationGroupTransferSizeHundredsOfMegabytes 100MB-1GB [@constant] CKOperationGroupTransferSizeGigabytes 1-10GB [@constant] CKOperationGroupTransferSizeTensOfGigabytes 10-100GB [@constant] CKOperationGroupTransferSizeHundredsOfGigabytes More than 100GB
| Modifier and Type | Field and Description |
|---|---|
static long |
Gigabytes |
static long |
HundredsOfGigabytes |
static long |
HundredsOfMegabytes |
static long |
Kilobytes |
static long |
Megabytes |
static long |
TensOfGigabytes |
static long |
TensOfMegabytes |
static long |
Unknown |
public static final long Unknown
public static final long Kilobytes
public static final long Megabytes
public static final long TensOfMegabytes
public static final long HundredsOfMegabytes
public static final long Gigabytes
public static final long TensOfGigabytes
public static final long HundredsOfGigabytes