IngestManifestStatistics

IngestManifestStatistics is a complex type provided by the Statistics property of an IngestManifest. IngestManifestStatistics are used to determine the progress of bulk ingesting operations for an IngestManifest. For more information on bulk ingesting, see Ingesting Assets in Bulk with the REST API.

IngestManifestStatistics Entity Properties

Property Type Description
PendingFilesCount

Read-only. Set by Media Services.
Edm.Int32 This value specifies the count of files currently pending upload for IngestManifestAssets contained in an IngestManifest.
FinishedFilesCount

Read-only. Set by Media Services.
Edm.Int32 This value specifies the count of how many files have already been uploaded and successfully processed for respective IngestManifestAssets contained in an IngestManifest.
ErrorFilesCount

Read-only. Set by Media Services.
Edm.Int32 This value specifies the count how many files have encountered an error during processing.
ErrorFilesDetails

Read-only. Set by Media Services.
Edm.String This value provides error details for errors encountered processing assets files.

See Also

IngestManifest
IngestManifestAsset
IngestManifestFile