IOssSetBucketLogging Method |
Sets
Bucket logging config
OSS will log the access information on this bucket, according to the logging config
The hourly log file will be stored in the target bucket.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax void SetBucketLogging(
SetBucketLoggingRequest setBucketLoggingRequest
)
Sub SetBucketLogging (
setBucketLoggingRequest As SetBucketLoggingRequest
)
void SetBucketLogging(
SetBucketLoggingRequest^ setBucketLoggingRequest
)
abstract SetBucketLogging :
setBucketLoggingRequest : SetBucketLoggingRequest -> unit
Parameters
- setBucketLoggingRequest
- Type: Aliyun.OSSSetBucketLoggingRequest
See Also