Click or drag to resize

ObsClientSetBucketReplication Method

Configure cross-region replication for a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public SetBucketReplicationResponse SetBucketReplication(
	SetBucketReplicationRequest request
)

Parameters

request
Type: OBS.ModelSetBucketReplicationRequest
Parameters in a request for configuring cross-region replication for a bucket

Return Value

Type: SetBucketReplicationResponse
Response to a request for configuring cross-region replication of a bucket
See Also