Click or drag to resize
SetBucketLoggingRequest Constructor
Creates a new instance of SetBucketLoggingRequest.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public SetBucketLoggingRequest(
	string bucketName,
	string targetBucket,
	string targetPrefix
)

Parameters

bucketName
Type: SystemString
bucket name
targetBucket
Type: SystemString
target bucket
targetPrefix
Type: SystemString
target prefix
See Also