EgressEndpoint

The endpoint URL used to access an Asset using one PackagingConfiguration.

Types

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

Properties

Link copied to clipboard

The ID of the PackagingConfiguration being applied to the Asset.

Link copied to clipboard

The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

Link copied to clipboard
val url: String?

The URL of the parent manifest for the repackaged Asset.

Functions

Link copied to clipboard
inline fun copy(block: EgressEndpoint.Builder.() -> Unit = {}): EgressEndpoint
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