StreamStatus

sealed class StreamStatus

The current status of a stream.

CREATING

The stream is being created.

ACTIVE

The stream is active and processing changes.

DELETING

The stream is being deleted.

DELETED

The stream has been deleted.

FAILED

The stream has failed.

IMPAIRED

The stream is impaired and may not be processing changes correctly.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : StreamStatus

Properties

Link copied to clipboard
abstract val value: String