ShardSnapshotPriority$json top-level constant

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

Implementation

@$core.Deprecated('Use shardSnapshotPriorityDescriptor instead')
const ShardSnapshotPriority$json = {
  '1': 'ShardSnapshotPriority',
  '2': [
    {'1': 'ShardSnapshotPriorityNoSync', '2': 0},
    {'1': 'ShardSnapshotPrioritySnapshot', '2': 1},
    {'1': 'ShardSnapshotPriorityReplica', '2': 2},
    {'1': 'ShardSnapshotPriorityShardTransfer', '2': 3},
  ],
};