Click or drag to resize
OssClientGetBucketLogging Method
Gets the bucket logging config

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public BucketLoggingResult GetBucketLogging(
	string bucketName
)

Parameters

bucketName
Type: SystemString
Bucket name

Return Value

Type: BucketLoggingResult
The logging config result

Implements

IOssGetBucketLogging(String)
See Also