IngestIngestManifestStatistics.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
Public Property ErrorFilesDetails As String
Get
Set
'Usage
Dim instance As IngestIngestManifestStatistics
Dim value As String
value = instance.ErrorFilesDetails
instance.ErrorFilesDetails = value
public string ErrorFilesDetails { get; set; }
public:
virtual property String^ ErrorFilesDetails {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ErrorFilesDetails : string with get, set
override ErrorFilesDetails : string with get, set
final function get ErrorFilesDetails () : String
final function set ErrorFilesDetails (value : String)
Property Value
Type: System.String
The error files details.
Implements
IIngestManifestStatistics.ErrorFilesDetails