Click or drag to resize

ObsClientGetBucketLifecycle Method

Obtain the lifecycle rules of a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public GetBucketLifecycleResponse GetBucketLifecycle(
	GetBucketLifecycleRequest request
)

Parameters

request
Type: OBS.ModelGetBucketLifecycleRequest
Parameters in a request for obtaining the bucket lifecycle rules

Return Value

Type: GetBucketLifecycleResponse
Response to a request for obtaining bucket lifecycle rules
See Also