类 GetSnapshottableDirListRequest
java.lang.Object
com.obs.services.model.GenericRequest
com.obs.services.model.GetSnapshottableDirListRequest
Request parameters for getting a list of directories under a bucket that have been set to allow snapshots.
- 从以下版本开始:
- 3.20.3
-
字段概要
从类继承的字段 com.obs.services.model.GenericRequest
bucketName, cancelHandler, httpMethod, userHeaders -
构造器概要
构造器构造器说明GetSnapshottableDirListRequest(String bucketName) ConstructorGetSnapshottableDirListRequest(String bucketName, int maxKeys) ConstructorGetSnapshottableDirListRequest(String bucketName, String marker) ConstructorGetSnapshottableDirListRequest(String bucketName, String marker, int maxKeys) Constructor -
方法概要
修饰符和类型方法说明Obtain the marker that will be used as an identifier as the starting position for listing.intObtain the maximum number of snapshot directories to list.toString()从类继承的方法 com.obs.services.model.GenericRequest
addUserHeaders, getBucketName, getCancelHandler, getHttpMethod, getUserHeaders, isRequesterPays, setBucketName, setCancelHandler, setRequesterPays, setUserHeaders
-
构造器详细资料
-
GetSnapshottableDirListRequest
-
GetSnapshottableDirListRequest
-
GetSnapshottableDirListRequest
Constructor- 参数:
bucketName- Bucket namemaxKeys- maxKeys
-
GetSnapshottableDirListRequest
-
-
方法详细资料
-
getMarker
Obtain the marker that will be used as an identifier as the starting position for listing.- 返回:
- Marker
-
getMaxKeys
public int getMaxKeys()Obtain the maximum number of snapshot directories to list.- 返回:
- Max Keys
-
toString
- 覆盖:
toString在类中GenericRequest
-