Click or drag to resize
OssClientDeleteBucketLogging Method
Deletes the Bucket logging config

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

Parameters

bucketName
Type: SystemString
Bucket name

Implements

IOssDeleteBucketLogging(String)
See Also