IngestionStatus

A table showing information about the most recent successful and failed attempts to ingest events.

Types

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

Properties

Link copied to clipboard

The event ID of the most recent attempt to ingest events.

Link copied to clipboard

The time stamp of the most recent attempt to ingest events on the channel.

Link copied to clipboard

The error code for the most recent failure to ingest events.

Link copied to clipboard

The event ID of the most recent successful ingestion of events.

Link copied to clipboard

The time stamp of the most recent successful ingestion of events for the channel.

Functions

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