IIngestManifest Interface

Represents bulk ingest manifest.

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

Syntax

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

The IIngestManifest type exposes the following members.

Properties

  Name Description
Public property BlobStorageUriForUpload Gets or sets the URI of the Blob storage container which receives the file uploads needed to complete the IngestManifestAssets.
Public property Created Gets or sets the DateTime of manifest creation.
Public property Id Gets or sets the unique identifier set by Media Services.
Public property IngestManifestAssets Gets the manifest assets.
Public property LastModified Gets or sets the DateTime of manifest last modification.
Public property Name Gets or sets the friendly name for your Asset.
Public property State Gets or sets the current state of the manifest.
Public property Statistics Gets the manifest statistics.
Public property StorageAccount Gets the storage account associated with this ingest manifest.
Public property StorageAccountName Gets the storage account name associated with this ingest manifest.

Top

Methods

  Name Description
Public method Delete Deletes the manifest.
Public method DeleteAsync Deletes the manifest asynchronously.
Public method EncryptFiles(String) Encrypts all newly added manifest files. All files will be overriden if output folder has files with same names.
Public method EncryptFiles(String, Boolean) Encrypts manifest files.
Public method EncryptFilesAsync(String, CancellationToken) Encrypts all newly added manifest files asynchronously. All files will be overriden if output folder has files with same names.
Public method EncryptFilesAsync(String, Boolean, CancellationToken) Encrypts manifest files asynchronously.
Public method Update Updates manifest.
Public method UpdateAsync Updates manifest asynchronously.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace