Header menu logo FSharp.ATProto

JetstreamEvent Type

A parsed Jetstream event.

Union cases

Union case Description

AccountEvent(did, timeUs, account)

Full Usage: AccountEvent(did, timeUs, account)

Parameters:
did : Did
timeUs : int64
account : AccountInfo

CommitEvent(did, timeUs, commit)

Full Usage: CommitEvent(did, timeUs, commit)

Parameters:
did : Did
timeUs : int64
commit : CommitInfo

IdentityEvent(did, timeUs, identity)

Full Usage: IdentityEvent(did, timeUs, identity)

Parameters:
did : Did
timeUs : int64
identity : IdentityInfo

UnknownEvent(did, timeUs, kind)

Full Usage: UnknownEvent(did, timeUs, kind)

Parameters:
    did : Did
    timeUs : int64
    kind : string

did : Did
timeUs : int64
kind : string

Instance members

Instance member Description

this.IsAccountEvent

Full Usage: this.IsAccountEvent

Returns: bool
Returns: bool

this.IsCommitEvent

Full Usage: this.IsCommitEvent

Returns: bool
Returns: bool

this.IsIdentityEvent

Full Usage: this.IsIdentityEvent

Returns: bool
Returns: bool

this.IsUnknownEvent

Full Usage: this.IsUnknownEvent

Returns: bool
Returns: bool

Type something to start searching.