Class AnalyticsHttpRequest
AnalyticsHttpRequest
Inheritance
System.Object
AnalyticsHttpRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AnalyticsHttpRequest
Properties
ClientTime
Client timestamp
Declaration
public DateTime? ClientTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DownloadTime
Download time
Declaration
public long? DownloadTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
HttpStatus
Http request status
Declaration
public int? HttpStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LastRedirectLocation
Last redirect location
Declaration
public string LastRedirectLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Size
Declaration
public long? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Success
Was http request successful
Declaration
public bool? Success { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
TimeToFirstByte
Time to first byte
Declaration
public long? TimeToFirstByte { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Type
Type
Declaration
public AnalyticsHttpRequestType? Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<AnalyticsHttpRequestType> |
Url
Http request URL
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |