Click or drag to resize
FetchCollectionBuilderTFetchAllPages Method
Specifies that all pages of the collections should be downloaded. The HttpClient call will complete when the first page has been downloaded and the rest will be downloaded in the background and will restart even if the device goes offline or the app restarts. FetchAllPages can't be specified if an Offset is specified.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public FetchCollectionBuilder<T> FetchAllPages()

Return Value

Type: FetchCollectionBuilderT
The Fetch object.
See Also