UpdateCollectionClusterSetupRequest$json top-level constant
- @Deprecated('Use updateCollectionClusterSetupRequestDescriptor instead')
Map<String, Object>
const
UpdateCollectionClusterSetupRequest$json
Implementation
@$core.Deprecated('Use updateCollectionClusterSetupRequestDescriptor instead')
const UpdateCollectionClusterSetupRequest$json = {
'1': 'UpdateCollectionClusterSetupRequest',
'2': [
{'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
{'1': 'move_shard', '3': 2, '4': 1, '5': 11, '6': '.qdrant.MoveShard', '9': 0, '10': 'moveShard'},
{'1': 'replicate_shard', '3': 3, '4': 1, '5': 11, '6': '.qdrant.ReplicateShard', '9': 0, '10': 'replicateShard'},
{'1': 'abort_transfer', '3': 4, '4': 1, '5': 11, '6': '.qdrant.AbortShardTransfer', '9': 0, '10': 'abortTransfer'},
{'1': 'drop_replica', '3': 5, '4': 1, '5': 11, '6': '.qdrant.Replica', '9': 0, '10': 'dropReplica'},
{'1': 'create_shard_key', '3': 7, '4': 1, '5': 11, '6': '.qdrant.CreateShardKey', '9': 0, '10': 'createShardKey'},
{'1': 'delete_shard_key', '3': 8, '4': 1, '5': 11, '6': '.qdrant.DeleteShardKey', '9': 0, '10': 'deleteShardKey'},
{'1': 'restart_transfer', '3': 9, '4': 1, '5': 11, '6': '.qdrant.RestartTransfer', '9': 0, '10': 'restartTransfer'},
{'1': 'timeout', '3': 6, '4': 1, '5': 4, '9': 1, '10': 'timeout', '17': true},
],
'8': [
{'1': 'operation'},
{'1': '_timeout'},
],
};