writes method
Writes bigdata to data house. 大数据批量写入.
Implementation
@MPI(name: "mesh.dh.writes")
Future<void> writes(List<Document> docs, {Context? ctx}) {
throw UnimplementedError('writes() has not been implemented.');
}
Writes bigdata to data house. 大数据批量写入.
@MPI(name: "mesh.dh.writes")
Future<void> writes(List<Document> docs, {Context? ctx}) {
throw UnimplementedError('writes() has not been implemented.');
}