Click or drag to resize
SetBucketLoggingRequest Constructor
Initializes a new instance of the SetBucketLoggingRequest class

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntax
public SetBucketLoggingRequest(
	string bucketName,
	string targetBucket,
	string targetPrefix
)

Parameters

bucketName
Type: SystemString
targetBucket
Type: SystemString
targetPrefix
Type: SystemString
See Also