ReadMedicalResourcesRequest.PageSize Property

Definition

Returns maximum number of MedicalResources to be returned by the read operation if set, 1000 otherwise.

public virtual int PageSize { [Android.Runtime.Register("getPageSize", "()I", "GetGetPageSizeHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getPageSize", "()I", "GetGetPageSizeHandler", ApiSince=36)>]
member this.PageSize : int

Property Value

Attributes

Remarks

Returns maximum number of MedicalResources to be returned by the read operation if set, 1000 otherwise.

Java documentation for android.health.connect.ReadMedicalResourcesRequest.getPageSize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to