Contents

expectedReceiveSize

The estimated size of traffic to download from CloudKit.

Declaration

var expectedReceiveSize: CKOperationGroup.TransferSize { get set }

Discussion

This property informs the system about the amount of data your app can transfer. An order-of-magnitude estimate is better than no estimate, and accuracy helps performance. The system checks this value when it schedules discretionary network requests.

See Also

Configuring an Operation Group