Show / Hide Table of Contents

Class DailyStatistics

DailyStatistics

Inheritance
System.Object
DailyStatistics
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 DailyStatistics

Properties

BillableEgressBytes

BillableEgressBytes

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>

BytesEncoded

Bytes encoded. (required)

Declaration
public long? BytesEncoded { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Date

Date for the shown data. Format: yyyy-MM-dd (required)

Declaration
public DateTime? Date { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Label

Label identifier.

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String

TimeEncoded

Time in seconds encoded for this day. (required)

Declaration
public long? TimeEncoded { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
Back to top Generated by DocFX