GetNTotal
API definition |
APP_ERROR GetNTotal (uint64_t& nTotal) const; |
|---|---|
Function |
Obtains the number of feature vectors that have been added to the database by AscendIndexGreat. |
Input |
N/A |
Output |
uint64_t& nTotal: number of added feature vectors. |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
N/A |
Parent topic: AscendIndexGreat