Click or drag to resize
OssClientGetBucketLogging Method
查看Bucket的访问日志配置。

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public BucketLoggingResult GetBucketLogging(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket的名称。

Return Value

Type: BucketLoggingResult

Implements

IOssGetBucketLogging(String)
See Also