FetchCollectionBuilderTLimit Method |
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.
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> Limit(
int limit
)
Public Function Limit (
limit As Integer
) As FetchCollectionBuilder(Of T)
public:
FetchCollectionBuilder<T>^ Limit(
int limit
)
member Limit :
limit : int -> FetchCollectionBuilder<'T>
Parameters
- limit
- Type: SystemInt32
The number of objects in the page. Must be greater than zero. The service may return a different number of objects.
Return Value
Type:
FetchCollectionBuilderTThe Fetch object.
See Also