MediaContextBase Class

Represents a base media context containing collections to operate on.

Inheritance Hierarchy

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)

Syntax

'Declaration
Public MustInherit Class MediaContextBase
'Usage
Dim instance As MediaContextBase
public abstract class MediaContextBase
public ref class MediaContextBase abstract
[<AbstractClassAttribute>]
type MediaContextBase =  class end
public abstract class MediaContextBase

The MediaContextBase type exposes the following members.

Constructors

  Name Description
Protected method MediaContextBase Initializes a new instance of the MediaContextBase class.

Top

Properties

  Name Description
Public property AccessPolicies Gets a collection to operate on AccessPolicies.
Public property Assets Gets a collection to operate on Assets.
Public property ContentKeys Gets a collection to operate on ContentKeys.
Public property DefaultStorageAccount Get the default storage account associated with this context.
Public property Files Gets a collection to operate on Files.
Public property IngestManifestAssets Gets IngestManifestAssetCollection
Public property IngestManifestFiles Gets IngestManifestFileCollection.
Public property IngestManifests Gets IngestManifestCollection.
Public property Jobs Gets a collection to operate on Jobs.
Public property JobTemplates Gets a collection to operate on JobTemplates.
Public property Locators Gets LocatorBaseCollection.
Public property MediaProcessors Gets a collection to operate on MediaProcessors.
Public property MediaServicesClassFactory Gets or sets MediaServicesClassFactory.
Public property NotificationEndPoints Gets the collection of notification endpoints available in the system.
Public property NumberOfConcurrentTransfers Gest or sets the number of concurrent transfers.
Public property ParallelTransferThreadCount Gest or sets the parallel transfer thread count.
Public property StorageAccounts Gets the collection of storage accounts.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace