FetchCollectionBuilderT Class |
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
The FetchCollectionBuilderT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | ExecuteAsync |
Executes the fetch and returns the results.
|
![]() | FetchAllPages |
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.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromService |
When invoked will cause the collection to be refreshed from the service.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Limit |
Specifies the size of a page for pagination. Limit may be specified if FetchAllPages is specified and will be used as the size for
each downloaded page.
|
![]() | ListenForChanges |
When invoked will cause the collection to listen for changes on creation, equivalent to calling StartListeningForChanges().
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Offset |
Specifies the offset for pagination. Offset may not be specified if FetchAllPages is specified.
|
![]() | QueryFor |
Specify a condition that the result objects should satisfy to be returned.
|
![]() | SortByAscending |
Specifies an ascending sort for the results. Multiple sorts can be specified and will be executed in the specified order.
|
![]() | SortByDescending |
Specifies an descending sort for the results. Multiple sorts can be specified and will be executed in the specified order.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithHeader |
Specifies HTTP headers.
|
![]() | WithParam |
Specifies query parameters.
|
![]() | WithPolicy |
Specifies a SyncPolicy to use.
|