v1.0.0
Latest
2020.3+

Class PagingOptions

Query parameters for pagination service requests.

Inheritance
PagingOptions
Namespace: Unity.Services.Friends.Options
Syntax
public class PagingOptions
public class PagingOptions

Properties

Limit

Maximum records to return per page. The default value is 50.

Declaration
public int Limit { get; set; }
public int Limit { get; set; }
Property Value
TypeDescription
Int32

Offset

Maximum offset for pagination. The default value is 0.

Declaration
public int Offset { get; set; }
public int Offset { get; set; }
Property Value
TypeDescription
Int32