github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java/docs/StatsEvent.md (about) 1 2 3 # StatsEvent 4 5 6 ## Properties 7 8 | Name | Type | Description | Notes | 9 |------------ | ------------- | ------------- | -------------| 10 |**propertyClass** | **String** | stats event class (e.g. \"s3_gateway\", \"openapi_request\", \"experimental-feature\", \"ui-event\") | | 11 |**name** | **String** | stats event name (e.g. \"put_object\", \"create_repository\", \"<experimental-feature-name>\") | | 12 |**count** | **Integer** | number of events of the class and name | | 13 14 15