程序包 | 说明 |
---|---|
com.aliyun.oss | |
com.aliyun.oss.model |
限定符和类型 | 方法和说明 |
---|---|
BucketStat |
OSSClient.getBucketStat(GenericRequest genericRequest) |
BucketStat |
OSS.getBucketStat(GenericRequest genericRequest)
Gets the
Bucket 's storage information such as object counts,
storage size and executing multipart uploads. |
BucketStat |
OSSClient.getBucketStat(String bucketName) |
BucketStat |
OSS.getBucketStat(String bucketName)
Gets the
Bucket 's storage information such as object counts,
storage size and executing multipart uploads. |
限定符和类型 | 方法和说明 |
---|---|
BucketStat |
BucketStat.withArchiveObjectCount(Long archiveObjectCount)
Sets the archive object count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withArchiveRealStorage(Long archiveRealStorage)
Sets the archive real storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withArchiveStorage(Long archiveStorage)
Sets the archive storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withColdArchiveObjectCount(Long coldArchiveObjectCount)
Sets the cold archive object count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withColdArchiveRealStorage(Long coldArchiveRealStorage)
Sets the cold archive real storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withColdArchiveStorage(Long coldArchiveStorage)
Sets the cold archive storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withInfrequentAccessObjectCount(Long infrequentAccessObjectCount)
Sets the infrequent access object count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withInfrequentAccessRealStorage(Long infrequentAccessRealStorage)
Sets the infrequent access real storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withInfrequentAccessStorage(Long infrequentAccessStorage)
Sets the infrequent access storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withLastModifiedTime(Long lastModifiedTime)
Sets the last modified time and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withLiveChannelCount(Long liveChannelCount)
Sets the live channel count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withMultipartUploadCount(Long multipartUploadCount)
Sets the multipart upload count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withObjectCount(Long objectCount)
Sets the object count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withStandardObjectCount(Long standardObjectCount)
Sets the standard object count and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withStandardStorage(Long standardStorage)
Sets the standard storage and returns the current BucketStat instance
(this).
|
BucketStat |
BucketStat.withStorageSize(Long storageSize)
Sets the storage size and returns the current BucketStat instance
(this).
|
Copyright © 2022. All Rights Reserved.