Class LiveToolsThroughputTestCreateResponse
Live Tools Throughput Test Create Response
[DataContract]
public class LiveToolsThroughputTestCreateResponse
- Inheritance
-
LiveToolsThroughputTestCreateResponse
- Inherited Members
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsThroughputTestCreateResponseCallback Callback { get; set; }
Property Value
Error
Description of the error.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string Error { get; set; }
Property Value
Id
ID of throughput test job
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Request
The parameters of the throughput test request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public LiveToolsThroughputTestCreateResponseRequest Request { get; set; }
Property Value
Result
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "result")]
public LiveToolsThroughputTestCreateResponseResult 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
Url
GET this url to check the status of your throughput test request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }