IIngestManifest.Statistics Property

Gets the manifest statistics.

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

Syntax

'Declaration
ReadOnly Property Statistics As IIngestManifestStatistics 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As IIngestManifestStatistics 

value = instance.Statistics
IIngestManifestStatistics Statistics { get; }
property IIngestManifestStatistics^ Statistics {
    IIngestManifestStatistics^ get ();
}
abstract Statistics : IIngestManifestStatistics
function get Statistics () : IIngestManifestStatistics

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IIngestManifestStatistics
The manifest statistics.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace