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

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
BucketLoggingResult GetBucketLogging(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket的名称。

Return Value

Type: BucketLoggingResult
访问日志记录信息
See Also