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

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

Public Methods

Method 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

Method Description
ChannelMetricsCollection ( MediaContextBase cloudMediaContext ) : System

Method Details

GetChannelMetrics() public method

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.
return ICollection

GetChannelMetricsAsync() public method

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.
return Task>