Package apple.cloudkit.enums
Class CKOperationGroupTransferSize
- java.lang.Object
-
- apple.cloudkit.enums.CKOperationGroupTransferSize
-
public final class CKOperationGroupTransferSize extends java.lang.Object[@enum] CKOperationGroupTransferSize 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
-
-
Field Summary
Fields Modifier and Type Field Description static longGigabytesstatic longHundredsOfGigabytesstatic longHundredsOfMegabytesstatic longKilobytesstatic longMegabytesstatic longTensOfGigabytesstatic longTensOfMegabytesstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Kilobytes
public static final long Kilobytes
- See Also:
- Constant Field Values
-
Megabytes
public static final long Megabytes
- See Also:
- Constant Field Values
-
TensOfMegabytes
public static final long TensOfMegabytes
- See Also:
- Constant Field Values
-
HundredsOfMegabytes
public static final long HundredsOfMegabytes
- See Also:
- Constant Field Values
-
Gigabytes
public static final long Gigabytes
- See Also:
- Constant Field Values
-
TensOfGigabytes
public static final long TensOfGigabytes
- See Also:
- Constant Field Values
-
HundredsOfGigabytes
public static final long HundredsOfGigabytes
- See Also:
- Constant Field Values
-
-