Class StatisticsPerLabel
StatisticsPerLabel
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 StatisticsPerLabel : Statistics
Properties
BillableEgressBytes
Billable egress output
Declaration
public List<EgressInformation> BillableEgressBytes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EgressInformation> |
BillableEncodingMinutes
Billable minutes for each encoding configuration
Declaration
public List<BillableEncodingMinutes> BillableEncodingMinutes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BillableEncodingMinutes> |
BillableFeatureMinutes
Billable minutes for features
Declaration
public List<BillableEncodingFeatureMinutes> BillableFeatureMinutes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BillableEncodingFeatureMinutes> |
BillableMinutes
The billable minutes.
Declaration
public double? BillableMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
BillableTransmuxingMinutes
Billable minutes for muxings.
Declaration
public double? BillableTransmuxingMinutes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Label
An optional error message, when the event is in error state (occurs at event: ERROR) (required)
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |