IIngestManifestStatistics.ErrorFilesDetails Property

Contains error string associated with files which has not be uploaded and processed successfully

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

Syntax

'Declaration
Property ErrorFilesDetails As String 
    Get 
    Set
'Usage
Dim instance As IIngestManifestStatistics 
Dim value As String 

value = instance.ErrorFilesDetails

instance.ErrorFilesDetails = value
string ErrorFilesDetails { get; set; }
property String^ ErrorFilesDetails {
    String^ get ();
    void set (String^ value);
}
abstract ErrorFilesDetails : string with get, set
function get ErrorFilesDetails () : String 
function set ErrorFilesDetails (value : String)

Property Value

Type: System.String
The error files details.

See Also

Reference

IIngestManifestStatistics Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace