Module usage_api

Source

Enums§

GetPostsUsageError
struct for typed errors of method get_posts_usage
GetStorageUsageError
struct for typed errors of method get_storage_usage

Functions§

get_posts_usage
Retrieve rounded off total no. of posts for this instance. Example: returns 4000 instead of 4321 ##### Permissions Must be authenticated. Minimum server version: 7.0
get_storage_usage
Get the total file storage usage for the instance in bytes rounded down to the most significant digit. Example: returns 4000 instead of 4321 ##### Permissions Must be authenticated. Minimum server version: 7.1