C# Class Microsoft.WindowsAzure.MediaServices.Client.ChannelMetricsCollection

Represents a collection of Channel Metrics written to Azure Table Storage by the Media Services Telemetry service.
Afficher le fichier Open project: Azure/azure-sdk-for-media-services

Méthodes publiques

Méthode Description
GetChannelMetrics ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string channelId, System.DateTime start, System.DateTime end ) : ICollection

Get metrics for a Media Services Channel.

GetChannelMetricsAsync ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string channelId, System.DateTime start, System.DateTime end ) : Task>

Get metrics for a Media Services Channel in in asynchronous mode.

Private Methods

Méthode Description
ChannelMetricsCollection ( MediaContextBase cloudMediaContext ) : System

Method Details

GetChannelMetrics() public méthode

Get metrics for a Media Services Channel.
public GetChannelMetrics ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string channelId, System.DateTime start, System.DateTime end ) : ICollection
endpointAddress string The Telemetry endpoint address
storageAccountKey string The Storage account key.
mediaServicesAccountId string The Media Services account Id.
channelId string The Channel ID
start System.DateTime The start time.
end System.DateTime The end time.
Résultat ICollection

GetChannelMetricsAsync() public méthode

Get metrics for a Media Services Channel in in asynchronous mode.
public GetChannelMetricsAsync ( string endpointAddress, string storageAccountKey, string mediaServicesAccountId, string channelId, System.DateTime start, System.DateTime end ) : Task>
endpointAddress string The Telemetry endpoint address
storageAccountKey string The Storage account key.
mediaServicesAccountId string The Media Services account Id.
channelId string The Channel ID
start System.DateTime The start time.
end System.DateTime The end time.
Résultat Task>