Click or drag to resize

ObsClientDeleteBucketReplication Method

Delete the cross-region replication configuration from a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public DeleteBucketReplicationResponse DeleteBucketReplication(
	DeleteBucketReplicationRequest request
)

Parameters

request
Type: OBS.ModelDeleteBucketReplicationRequest
Parameters in a request for deleting the cross-region replication configuration from a bucket

Return Value

Type: DeleteBucketReplicationResponse
Response to a request for deleting the cross-region replication configuration from a bucket
See Also