ShardTransferMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use shardTransferMethodDescriptor instead')
const ShardTransferMethod$json = {
  '1': 'ShardTransferMethod',
  '2': [
    {'1': 'StreamRecords', '2': 0},
    {'1': 'Snapshot', '2': 1},
    {'1': 'WalDelta', '2': 2},
    {'1': 'ReshardingStreamRecords', '2': 3},
  ],
};