ReplicaState$json top-level constant

  1. @Deprecated('Use replicaStateDescriptor instead')
Map<String, Object> const ReplicaState$json

Implementation

@$core.Deprecated('Use replicaStateDescriptor instead')
const ReplicaState$json = {
  '1': 'ReplicaState',
  '2': [
    {'1': 'Active', '2': 0},
    {'1': 'Dead', '2': 1},
    {'1': 'Partial', '2': 2},
    {'1': 'Initializing', '2': 3},
    {'1': 'Listener', '2': 4},
    {'1': 'PartialSnapshot', '2': 5},
    {'1': 'Recovery', '2': 6},
    {'1': 'Resharding', '2': 7},
    {'1': 'ReshardingScaleDown', '2': 8},
  ],
};