IIngestManifest.State Property

Gets or sets the current state of the manifest.

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

Syntax

'Declaration
ReadOnly Property State As IngestManifestState 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As IngestManifestState 

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

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestState
The current state of the manifest.

Remarks

This value can be one of the following:

Inactive = 0: No pending asset creations remain. All have either completed or encountered an error.

Activating = 1: The manifest is not yet ready to receive files uploaded to the Blob container.

Active = 2: There are IngestManifestAssets pending creations and the Blob container is being monitored.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace