Class PagingOptions
Query parameters for pagination service requests.
Inherited Members
Namespace: Unity.Services.Friends.Options
Assembly: Unity.Services.Friends.dll
Syntax
public class PagingOptions
Properties
Limit
Maximum records to return per page. The default value is 50.
Declaration
public int Limit { get; set; }
Property Value
Type | Description |
---|---|
int |
Offset
Maximum offset for pagination. The default value is 0.
Declaration
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
int |