Click or drag to resize

ObsClientGetBucketReplication Method

Obtain the cross-region replication configuration of a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public GetBucketReplicationResponse GetBucketReplication(
	GetBucketReplicationRequest request
)

Parameters

request
Type: OBS.ModelGetBucketReplicationRequest
Parameters in a request for obtaining the cross-region replication configuration of a bucket

Return Value

Type: GetBucketReplicationResponse
Response to a request for obtaining the cross-region replication configuration of a bucket
See Also