This topic has not yet been rated - Rate this topic

CloudMediaContext Class

Describes the context from which all entities in the Microsoft WindowsAzure Media Services platform can be accessed.

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.MediaContextBase
    Microsoft.WindowsAzure.MediaServices.Client.CloudMediaContext

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
public class CloudMediaContext : MediaContextBase

The CloudMediaContext type exposes the following members.

  NameDescription
Public methodCloudMediaContext(String, String) Initializes a new instance of the CloudMediaContext class.
Public methodCloudMediaContext(Uri, String, String) Initializes a new instance of the CloudMediaContext class.
Public methodCloudMediaContext(Uri, String, String, String, String) Initializes a new instance of the CloudMediaContext class.
Top
  NameDescription
Public propertyAccessPolicies Gets the collection of access policies in the system. (Overrides MediaContextBase.AccessPolicies.)
Public propertyAssets Gets the collection of assets in the system. (Overrides MediaContextBase.Assets.)
Public propertyContentKeys Gets the collection of content keys in the system. (Overrides MediaContextBase.ContentKeys.)
Public propertyFiles Gets the collection of files in the system. (Overrides MediaContextBase.Files.)
Public propertyIngestManifestAssets Gets the collection of manifest assets in the system
Public propertyIngestManifestFiles Gets the collection of manifest asset files in the system
Public propertyIngestManifests Gets the collection of bulk ingest manifests in the system.
Public propertyJobs Gets the collection of jobs available in the system. (Overrides MediaContextBase.Jobs.)
Public propertyJobTemplates Gets the collection of job templates available in the system. (Overrides MediaContextBase.JobTemplates.)
Public propertyLocators Gets the collection of locators in the system.
Public propertyMediaProcessors Gets the collection of media processors available in the system. (Overrides MediaContextBase.MediaProcessors.)
Public propertyNotificationEndPointsGets the collection of notification endpoints
Public propertyNumberOfConcurrentTransfers Gets or sets the number of concurrent blob transfers allowed.
Public propertyParallelTransferThreadCount Gets or sets the number of threads to use to for each blob transfer.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.