crashSafeReplicationEnabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? crashSafeReplicationEnabled
getter/setter pair

Configuration specific to read replica instances.

Indicates whether database flags for crash-safe replication are enabled. This property was only applicable to First Generation instances.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? crashSafeReplicationEnabled;