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.MobileEndpointAssemblies: 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)
Syntaxpublic FetchCollectionBuilder<T> FetchAllPages()
Public Function FetchAllPages As FetchCollectionBuilder(Of T)
public:
FetchCollectionBuilder<T>^ FetchAllPages()
member FetchAllPages : unit -> FetchCollectionBuilder<'T>
Return Value
Type:
FetchCollectionBuilderTThe Fetch object.
See Also