Share via


IIngestManifestFile.State Property

Gets or sets the current state of the IngestManifestFile.

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

Syntax

'Declaration
ReadOnly Property State As IngestManifestFileState 
    Get
'Usage
Dim instance As IIngestManifestFile 
Dim value As IngestManifestFileState 

value = instance.State
IngestManifestFileState State { get; }
property IngestManifestFileState State {
    IngestManifestFileState get ();
}
abstract State : IngestManifestFileState
function get State () : IngestManifestFileState

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestFileState
The current state of the IngestManifestFile.

Remarks

This value can be one of the following:

Pending = 0: The file has not yet been uploaded in order to complete the asset creation. Media Services is waiting on the file upload.

Finished = 1: The file upload was detected and the associated asset has been updated.

Error = 2: An error occurred processing this file. See the ErrorDetails property for error information.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace