Class LiveToolsThroughputTestCallbackPayloadMessage
Live Tools Throughput Test Callback Payload Message
[DataContract]
public class LiveToolsThroughputTestCallbackPayloadMessage
- Inheritance
-
LiveToolsThroughputTestCallbackPayloadMessage
- Inherited Members
Properties
Error
Description of the error.
[DataMember(Name = "error")]
public string? Error { get; set; }
Property Value
Request
The parameters of the throughput test request
[DataMember(Name = "request")]
public LiveToolsThroughputTestCallbackPayloadMessageRequest? Request { get; set; }
Property Value
Result
Result of the throughput test request
[DataMember(Name = "result")]
public LiveToolsThroughputTestCallbackPayloadMessageResult? Result { get; set; }
Property Value
Status
Status of the throughput test request
[DataMember(Name = "status")]
public string? Status { get; set; }
Property Value
ThroughputId
ID of throughput test job
[DataMember(Name = "throughputTestId")]
public string? ThroughputId { get; set; }
Property Value
Url
GET this url to check the status of your throughput test request
[DataMember(Name = "url")]
public string? Url { get; set; }