AsyncOperationResult$json top-level constant

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

Implementation

@$core.Deprecated('Use asyncOperationResultDescriptor instead')
const AsyncOperationResult$json = {
  '1': 'AsyncOperationResult',
  '2': [
    {
      '1': 'PartitionsSucceeded',
      '3': 1,
      '4': 1,
      '5': 5,
      '10': 'PartitionsSucceeded'
    },
    {'1': 'PartitionsFailed', '3': 2, '4': 1, '5': 5, '10': 'PartitionsFailed'},
    {'1': 'ItemsSucceeded', '3': 3, '4': 1, '5': 5, '10': 'ItemsSucceeded'},
    {'1': 'ItemsFailed', '3': 4, '4': 1, '5': 5, '10': 'ItemsFailed'},
    {
      '1': 'PartitionsPending',
      '3': 5,
      '4': 1,
      '5': 5,
      '10': 'PartitionsPending'
    },
    {'1': 'ItemsPending', '3': 6, '4': 1, '5': 5, '10': 'ItemsPending'},
  ],
};