Class LiveToolsThroughputTest
Live Tools Throughput Test
[DataContract]
public class LiveToolsThroughputTest
- Inheritance
-
LiveToolsThroughputTest
- Inherited Members
Properties
Error
Description of the error.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string Error { get; set; }
Property Value
Request
The parameters of the throughput test request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public LiveToolsThroughputTestRequest Request { get; set; }
Property Value
Result
Result of the throughput test request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "result")]
public LiveToolsThroughputTestResult Result { get; set; }
Property Value
Status
Status of the throughput test request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
ThroughputTestId
ID of throughput test job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "throughputTestId")]
public string ThroughputTestId { get; set; }
Property Value
Url
GET this url to check the status of your throughput test request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }