Contents

fetchAllChanges

A Boolean value that indicates whether to send repeated requests to the server.

Declaration

var fetchAllChanges: Bool { get set }

Discussion

If true, the operation sends repeat requests to the server until it fetches all changes. CloudKit executes the handler you set on the recordZoneFetchResultBlock property with a change token after each request.

The default value is true.

See Also

Configuring the Zone Change Operation