IIngestManifest.BlobStorageUriForUpload Property

Gets or sets the URI of the Blob storage container which receives the file uploads needed to complete the IngestManifestAssets.

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

Syntax

'Declaration
ReadOnly Property BlobStorageUriForUpload As String 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As String 

value = instance.BlobStorageUriForUpload
string BlobStorageUriForUpload { get; }
property String^ BlobStorageUriForUpload {
    String^ get ();
}
abstract BlobStorageUriForUpload : string
function get BlobStorageUriForUpload () : String

Property Value

Type: System.String
The URI of the Blob storage container which receives the file uploads needed to complete the IngestManifestAssets.

Remarks

This value is set by Media Services.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace