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

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
BucketLoggingResult GetBucketLogging(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket的名称。

Return Value

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