IngestIngestManifestStatistics Class

Represent statistic information about the ingest manifest.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.IngestIngestManifestStatistics

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class IngestIngestManifestStatistics _
    Implements IIngestManifestStatistics
'Usage
Dim instance As IngestIngestManifestStatistics
public class IngestIngestManifestStatistics : IIngestManifestStatistics
public ref class IngestIngestManifestStatistics : IIngestManifestStatistics
type IngestIngestManifestStatistics =  
    class 
        interface IIngestManifestStatistics 
    end
public class IngestIngestManifestStatistics implements IIngestManifestStatistics

The IngestIngestManifestStatistics type exposes the following members.

Constructors

  Name Description
Public method IngestIngestManifestStatistics Initializes a new instance of the IngestIngestManifestStatistics class.

Top

Properties

  Name Description
Public property ErrorFilesCount Amount of files where error has been detected.
Public property ErrorFilesDetails Contains error string associated with files which has not be uploaded and processed successfully.
Public property FinishedFilesCount Amount of uploaded and processed files.
Public property PendingFilesCount Amount of pending files which has not been uploaded and processed by a system.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace