ScoreQuery class
Query filter for seaching through scores.
public class ScoreQuery
public class ScoreQuery<TProperty> : ScoreQuery
Properties
Type | Name | Description |
---|---|---|
string | UserId | Shortcode of the leaderboard |
double | Value | Value of the user's score |
DateTime | DateInserted | Date when score is created |
TProperty | Data | Custom data properties associated with the score |