public class BucketStat extends GenericResult
构造器和说明 |
---|
BucketStat(Long storageSize,
Long objectCount,
Long multipartUploadCount) |
限定符和类型 | 方法和说明 |
---|---|
Long |
getMultipartUploadCount()
Gets the unfinished parts uploading count.
|
Long |
getObjectCount()
Gets the object count under the bucket.
|
Long |
getStorageSize()
Gets the used storage size in bytes.
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRC
public Long getStorageSize()
public Long getObjectCount()
public Long getMultipartUploadCount()
Copyright © 2019. All Rights Reserved.