SyncPoints$json top-level constant
Implementation
@$core.Deprecated('Use syncPointsDescriptor instead')
const SyncPoints$json = {
'1': 'SyncPoints',
'2': [
{'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
{'1': 'wait', '3': 2, '4': 1, '5': 8, '9': 0, '10': 'wait', '17': true},
{'1': 'points', '3': 3, '4': 3, '5': 11, '6': '.qdrant.PointStruct', '10': 'points'},
{'1': 'from_id', '3': 4, '4': 1, '5': 11, '6': '.qdrant.PointId', '9': 1, '10': 'fromId', '17': true},
{'1': 'to_id', '3': 5, '4': 1, '5': 11, '6': '.qdrant.PointId', '9': 2, '10': 'toId', '17': true},
{'1': 'ordering', '3': 6, '4': 1, '5': 11, '6': '.qdrant.WriteOrdering', '9': 3, '10': 'ordering', '17': true},
],
'8': [
{'1': '_wait'},
{'1': '_from_id'},
{'1': '_to_id'},
{'1': '_ordering'},
],
};