Click or drag to resize

ObsClientGetBucketNotification Method

Obtain the notification 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 GetBucketNotificationReponse GetBucketNotification(
	GetBucketNotificationRequest request
)

Parameters

request
Type: OBS.ModelGetBucketNotificationRequest
Parameters in a request for obtaining the bucket notification configuration

Return Value

Type: GetBucketNotificationReponse
Response to a request for obtaining the bucket notification configuration
See Also