Overview | Service | Command |
Authorization token required | UNKNOWN |
Admin Authorization token required | UNKNOWN |
<GetIndexStatsRequest> ## GetIndexStatsRequest
<mbox id="{account-id}" /> ## MailboxByAccountIdSelector
</GetIndexStatsRequest>
The following table describes elements and attributes you can define within a
<GetIndexStatsRequest>
element:
XPath | Required / Optional | Description |
/mbox | Required (only 1) | Mailbox |
/mbox@id | Required (only 1) | Type:String Account ID |
<GetIndexStatsResponse> ## GetIndexStatsResponse
<stats maxDocs="{max-docs} (int)" deletedDocs="{deleted-docs} (int)" /> ## IndexStats
</GetIndexStatsResponse>
The following table describes elements and attributes you can define within a
<GetIndexStatsResponse>
element:
XPath | Required / Optional | Description |
/stats | Required (only 1) | Statistics about mailboxes |
/stats@maxDocs | Required (only 1) | Type:int total number of docs in this index |
/stats@deletedDocs | Required (only 1) | Type:int number of deleted docs for the index |