C# 클래스 Microsoft.WindowsAzure.MediaServices.Client.ChannelMetricsCollection

Represents a collection of Channel Metrics written to Azure Table Storage by the Media Services Telemetry service.
파일 보기 프로젝트 열기: Azure/azure-sdk-for-media-services

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ChannelMetricsCollection ( MediaContextBase cloudMediaContext ) : System

메소드 상세

GetChannelMetrics() 공개 메소드

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.
리턴 ICollection

GetChannelMetricsAsync() 공개 메소드

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.
리턴 Task>