IChannelHeartbeat Interface
A channel heartbeat metric.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
public interface IChannelHeartbeat
public interface class IChannelHeartbeat
type IChannelHeartbeat = interface end
Public Interface IChannelHeartbeat
Properties
Name | Description | |
---|---|---|
AccountId | Gets the Media Services account ID. |
|
Bitrate | Gets the bitrate. |
|
ChannelId | Gets the Media Services Channel ID. |
|
CustomAttributes | Gets the custom attributes. |
|
DiscontinuityCount | Gets the discontinuity count. |
|
IncomingBitrate | Gets the incoming bitrate. |
|
LastTimestamp | Gets the last time stamp. |
|
ObservedTime | Gets the observed time of the metric. |
|
OverlapCount | Gets the overlap count. |
|
PartitionKey | Gets the partition key of the record. |
|
RowKey | Gets the row key of the record. |
|
TrackName | Gets the track name. |
|
TrackType | Gets the track type. |
See Also
Microsoft.WindowsAzure.MediaServices.Client Namespace
Return to top