Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 690 Bytes

GarbageCollectionDTO.md

File metadata and controls

12 lines (9 loc) · 690 Bytes

IO.Swagger.Model.GarbageCollectionDTO

Properties

Name Type Description Notes
Name string The name of the garbage collector. [optional]
CollectionCount long? The number of times garbage collection has run. [optional]
CollectionTime string The total amount of time spent garbage collecting. [optional]
CollectionMillis long? The total number of milliseconds spent garbage collecting. [optional]

[Back to Model list] [Back to API list] [Back to README]