Class Leaderboards.GetLargeDataRequest
Records scores
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
public class GetLargeDataRequest : Request
Properties
IfMatch
Used when downloading conditional data. The specified value is an ETag. RegEx Pattern: "(*|"[ -~]+")"
Declaration
public string IfMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
LargeData
Downloaded large data
Declaration
public byte[] LargeData { get; }
Property Value
| Type | Description |
|---|---|
| Byte[] |
ObjectId
Object ID. Identifier for large-volume attached data.
Declaration
public string ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Range
Scope of range download. RegEx Pattern: "bytes=\d+-\d+"
Declaration
public string Range { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ServiceLabel
NP service label
Declaration
public uint ServiceLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
UserId
User ID
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()