1# Rdb_TableDetails
2
3
4## Overview
5
6Defines a struct for statistics of device-cloud upload and download tasks of a database table.
7
8**Since**: 11
9
10**Related module**: [RDB](_r_d_b.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| [table](_r_d_b.md#table) | Name of the database table.|
21| [upload](_r_d_b.md#upload) | Statistics of the device-cloud upload tasks.|
22| [download](_r_d_b.md#download) | Statistics of the device-cloud download tasks.|
23