購買Buy
1-855-856-7678
支援Support
Represents bulk ingest manifest.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
The IIngestManifest type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BlobStorageUriForUpload | Gets or sets the URI of the Blob storage container which receives the file uploads needed to complete the IngestManifestAssets. |
![]() | Created | Gets or sets the DateTime of manifest creation. |
![]() | Id | Gets or sets the unique identifier set by Media Services. |
![]() | IngestManifestAssets | Gets the manifest assets. |
![]() | LastModified | Gets or sets the DateTime of manifest last modification. |
![]() | Name | Gets or sets the friendly name for your Asset. |
![]() | State | Gets or sets the current state of the manifest. |
![]() | Statistics | Gets the manifest statistics. |
| Name | Description | |
|---|---|---|
![]() | Delete | Deletes the manifest. |
![]() | DeleteAsync | Deletes the manifest asynchronously. |
![]() | EncryptFiles(String) | Encrypts all newly added manifest files. All files will be overriden if output folder has files with same names. |
![]() | EncryptFiles(String, Boolean) | Encrypts manifest files. |
![]() | EncryptFilesAsync(String, CancellationToken) | Encrypts all newly added manifest files asynchronously. All files will be overriden if output folder has files with same names. |
![]() | EncryptFilesAsync(String, Boolean, CancellationToken) | Encrypts manifest files asynchronously. |
![]() | Update | Updates manifest. |
![]() | UpdateAsync | Updates manifest asynchronously. |