The Fauna service will be ending on May 30, 2025.

For more information on the service wind down, see our announcement and the Fauna Service End-of-Life FAQ.

eventSource.toString()

Learn: Event feeds and event streams

Get "[event source]" as a string.

Signature

toString() => String

Description

toString() returns "[event source]" as a string.

Parameters

None

Return value

Type Description

String

"[event source]"

Examples

Customer.all().eventSource().toString()
"[event source]"
\