EdgeAgentStatus

An object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The latest status of a stream’s edge recording job.

Link copied to clipboard

The latest status of a stream’s edge to cloud uploader job.

Functions

Link copied to clipboard
inline fun copy(block: EdgeAgentStatus.Builder.() -> Unit = {}): EdgeAgentStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String