Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.04 KB

BucketOps.md

File metadata and controls

34 lines (22 loc) · 1.04 KB

BucketOps

Properties

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]

Enum: CategoryEnum

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"