Show / Hide Table of Contents

Class EgressInformation

EgressInformation

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

Properties

Bytes

The number of bytes that have been transferred to the output (required)

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

Category

Category

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

OutputRegion

OutputRegion

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

OutputType

OutputType

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