IIngestManifestStatistics Interface
Represent static information about manifest
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Interface IIngestManifestStatistics
'Usage
Dim instance As IIngestManifestStatistics
public interface IIngestManifestStatistics
public interface class IIngestManifestStatistics
type IIngestManifestStatistics = interface end
public interface IIngestManifestStatistics
The IIngestManifestStatistics type exposes the following members.
Properties
Name | Description | |
---|---|---|
ErrorFilesCount | Amount of files where error has been detected | |
ErrorFilesDetails | Contains error string associated with files which has not be uploaded and processed successfully | |
FinishedFilesCount | Amount of uploaded and processed files | |
PendingFilesCount | Amount of pending files which has not been uploaded and processed by a system |
Top