realtimeUpdatesMode property

String? realtimeUpdatesMode
getter/setter pair

The default Realtime Updates mode to use for this database.

Immutable. Possible string values are:

  • "REALTIME_UPDATES_MODE_UNSPECIFIED" : The Realtime Updates feature is not specified.
  • "REALTIME_UPDATES_MODE_ENABLED" : The Realtime Updates feature is enabled by default. This could potentially degrade write performance for the database.
  • "REALTIME_UPDATES_MODE_DISABLED" : The Realtime Updates feature is disabled by default.

Implementation

core.String? realtimeUpdatesMode;