| OssClientGetBucketLogging Method  | 
            Gets the bucket logging config
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic BucketLoggingResult GetBucketLogging(
	string bucketName
)
Public Function GetBucketLogging ( 
	bucketName As String
) As BucketLoggingResult
public:
virtual BucketLoggingResult^ GetBucketLogging(
	String^ bucketName
) sealed
abstract GetBucketLogging : 
        bucketName : string -> BucketLoggingResult 
override GetBucketLogging : 
        bucketName : string -> BucketLoggingResult Parameters
- bucketName
 - Type: SystemString
Bucket name 
Return Value
Type: 
BucketLoggingResultThe logging config result
Implements
IOssGetBucketLogging(String)
See Also