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
System_CAPS_pubproperty AccountId

Gets the Media Services account ID.

System_CAPS_pubproperty Bitrate

Gets the bitrate.

System_CAPS_pubproperty ChannelId

Gets the Media Services Channel ID.

System_CAPS_pubproperty CustomAttributes

Gets the custom attributes.

System_CAPS_pubproperty DiscontinuityCount

Gets the discontinuity count.

System_CAPS_pubproperty IncomingBitrate

Gets the incoming bitrate.

System_CAPS_pubproperty LastTimestamp

Gets the last time stamp.

System_CAPS_pubproperty ObservedTime

Gets the observed time of the metric.

System_CAPS_pubproperty OverlapCount

Gets the overlap count.

System_CAPS_pubproperty PartitionKey

Gets the partition key of the record.

System_CAPS_pubproperty RowKey

Gets the row key of the record.

System_CAPS_pubproperty TrackName

Gets the track name.

System_CAPS_pubproperty TrackType

Gets the track type.

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top