1# Rdb_TableDetails 2 3## Overview 4 5Defines a struct for statistics of device-cloud upload and download tasks of a database table. 6 7**Since**: 11 8 9**Related module**: [RDB](capi-rdb.md) 10 11**Header file**: [relational_store.h](capi-relational-store-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name | Description | 18| ----------------------------------------------- | ------------------------------------------ | 19| const char* table | Database table name. | 20| [Rdb_Statistic](capi-rdb-rdb-statistic.md) upload | Statistics of the device-cloud upload tasks.| 21| [Rdb_Statistic](capi-rdb-rdb-statistic.md) download | Statistics of the device-cloud download tasks.| 22