ChangeStreamOptions$json top-level constant
Implementation
@$core.Deprecated('Use changeStreamOptionsDescriptor instead')
const ChangeStreamOptions$json = const {
'1': 'ChangeStreamOptions',
'2': const [
const {'1': 'batch_size', '3': 1, '4': 1, '5': 5, '10': 'batchSize'},
const {'1': 'full_document', '3': 3, '4': 1, '5': 8, '10': 'fullDocument'},
const {'1': 'start_at_operation_time', '3': 4, '4': 1, '5': 11, '6': '.mongorpc.Timestamp', '10': 'startAtOperationTime'},
const {'1': 'max_await_time_ms', '3': 5, '4': 1, '5': 11, '6': '.mongorpc.Timestamp', '10': 'maxAwaitTimeMs'},
const {'1': 'resume_after', '3': 6, '4': 1, '5': 11, '6': '.mongorpc.Value', '10': 'resumeAfter'},
const {'1': 'collation', '3': 7, '4': 1, '5': 11, '6': '.mongorpc.Value', '10': 'collation'},
const {'1': 'start_after', '3': 8, '4': 1, '5': 11, '6': '.mongorpc.Value', '10': 'startAfter'},
],
};