IIngestManifestAsset Interface

Represents an ingest manifest asset information describing what files need to be processed for a given asset

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

Syntax

'Declaration
Public Interface IIngestManifestAsset
'Usage
Dim instance As IIngestManifestAsset
public interface IIngestManifestAsset
public interface class IIngestManifestAsset
type IIngestManifestAsset =  interface end
public interface IIngestManifestAsset

The IIngestManifestAsset type exposes the following members.

Properties

  Name Description
Public property Asset Gets the IAsset that this manifest asset is attached to.
Public property Created Gets the date and time this object was created.
Public property Id Gets the identifier of this asset.
Public property IngestManifestFiles Gets the manifest asset files.
Public property LastModified Gets the last modified manifest asset.
Public property ParentIngestManifestId Gets the identifier of this object.

Top

Methods

  Name Description
Public method Delete Deletes manifest asset and manifest asset files synchronously.
Public method DeleteAsync Deletes the manifest asset and manifest asset files asynchronously.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace