Show / Hide Table of Contents

Class Statistics

Statistics

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

Properties

BytesEgressTotal

Egress output generated by file transfers in bytes

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

BytesEncodedTotal

Bytes encoded total. (required)

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

TimeEncodedTotal

Time in seconds encoded for all contained daily statistics. (required)

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