Name |
Type |
Description |
Notes |
bulk_bytes_inserted |
int |
Total number of bytes inserted into the collection during bulk. |
[optional] |
bulk_bytes_overwritten |
int |
Total number of bytes overwritten in writing into the collection during bulk. |
[optional] |
bytes_inserted |
int |
Total number of bytes inserted into the collection. |
[optional] |
bytes_overwritten |
int |
Total number of bytes overwritten in writing into the collection. |
[optional] |
column_index_size |
int |
DEPRECATED: Total collection column index size in bytes. |
[optional] |
doc_count |
int |
Number of documents in the collection. |
[optional] |
fill_progress |
float |
Number between 0 and 1 that indicates progress of collection creation. |
[optional] |
inverted_index_size |
int |
DEPRECATED: Total collection inverted index size in bytes. |
[optional] |
last_queried_ms |
int |
Milliseconds since Unix epoch Jan 1, 1970. |
[optional] |
last_updated_ms |
int |
Milliseconds since Unix epoch Jan 1, 1970. |
[optional] |
purged_doc_count |
int |
Number of documents purged from the collection. |
[optional] |
purged_doc_size |
int |
Total size of bytes purged in bytes. |
[optional] |
range_index_size |
int |
DEPRECATED: Total collection range index size in bytes. |
[optional] |
row_index_size |
int |
DEPRECATED: Total collection row index size in bytes. |
[optional] |
total_index_size |
int |
Total collection index size in bytes. |
[optional] |
total_size |
int |
Total collection size in bytes. |
[optional] |
any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |
[Back to Model list] [Back to API list] [Back to README]