25 lines
718 B
Markdown
25 lines
718 B
Markdown
|
---
|
||
|
title: storageStatisticsFast
|
||
|
description: Contains approximate storage usage statistics, not containing files of Unknown type
|
||
|
---
|
||
|
## Constructor: storageStatisticsFast
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Contains approximate storage usage statistics, not containing files of Unknown type
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|files\_size|[int53](../types/int53.md) | Yes|Approximate total size of files|
|
||
|
|files\_count|[int](../types/int.md) | Yes|Approximate number of files|
|
||
|
|database\_size|[int53](../types/int53.md) | Yes|Size of database|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [StorageStatisticsFast](../types/StorageStatisticsFast.md)
|
||
|
|
||
|
|