IIngestManifestStatistics.PendingFilesCount Property
Amount of pending files which has not been uploaded and processed by a system
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Property PendingFilesCount As Integer
Get
Set
'Usage
Dim instance As IIngestManifestStatistics
Dim value As Integer
value = instance.PendingFilesCount
instance.PendingFilesCount = value
int PendingFilesCount { get; set; }
property int PendingFilesCount {
int get ();
void set (int value);
}
abstract PendingFilesCount : int with get, set
function get PendingFilesCount () : int
function set PendingFilesCount (value : int)
Property Value
Type: System.Int32
The pending files count.