| Name | Type | Description | Notes |
|---|---|---|---|
| bytesSent | Integer | The number of bytes sent | [optional] |
| bytesReceived | Integer | The number of bytes received | [optional] |
| ops | Integer | The number of operations | [optional] |
| successfulOps | Integer | The number of successful operations | [optional] |
| category | CategoryEnum | The category of the bucket operation | [optional] |
| Name | Value |
|---|---|
| LIST_BUCKET | "list_bucket" |
| LIST_BUCKETS | "list_buckets" |
| GET_BUCKET_LOCATION | "get-bucket_location" |
| CREATE_BUCKET | "create_bucket" |
| STAT_BUCKET | "stat_bucket" |
| GET_BUCKET_VERSIONING | "get_bucket_versioning" |
| SET_BUCKET_VERSIONING | "set_bucket_versioning" |
| GET_OBJ | "get_obj" |
| PUT_OBJ | "put_obj" |
| DELETE_OBJ | "delete_obj" |