类 GetSnapshottableDirListRequest

java.lang.Object
com.obs.services.model.GenericRequest
com.obs.services.model.GetSnapshottableDirListRequest

public class GetSnapshottableDirListRequest extends GenericRequest
Request parameters for getting a list of directories under a bucket that have been set to allow snapshots.
从以下版本开始:
3.20.3
  • 构造器详细资料

    • GetSnapshottableDirListRequest

      public GetSnapshottableDirListRequest(String bucketName)
      Constructor
      参数:
      bucketName - Bucket name
    • GetSnapshottableDirListRequest

      public GetSnapshottableDirListRequest(String bucketName, String marker)
      Constructor
      参数:
      bucketName - Bucket name
      marker - Marker
    • GetSnapshottableDirListRequest

      public GetSnapshottableDirListRequest(String bucketName, int maxKeys)
      Constructor
      参数:
      bucketName - Bucket name
      maxKeys - maxKeys
    • GetSnapshottableDirListRequest

      public GetSnapshottableDirListRequest(String bucketName, String marker, int maxKeys)
      Constructor
      参数:
      bucketName - Bucket name
      marker - Marker
      maxKeys - Max keys
  • 方法详细资料

    • getMarker

      public String 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

      public String toString()
      覆盖:
      toString 在类中 GenericRequest