Click or drag to resize
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.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> Limit(
	int limit
)

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: FetchCollectionBuilderT
The Fetch object.
See Also