类 MultipartUploadListing

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.MultipartUploadListing

public class MultipartUploadListing extends HeaderResponse
Response to a request for listing multipart uploads
  • 构造器详细资料

  • 方法详细资料

    • isTruncated

      public boolean isTruncated()
      Check whether the query result list is truncated. Value "true" indicates that the results are incomplete while value "false" indicates that the results are complete.
      返回:
      Truncation identifier
    • getCommonPrefixes

      public String[] getCommonPrefixes()
      Obtain the list of prefixes to the names of grouped objects.
      返回:
      List of prefixes to the names of grouped objects
    • getUploadIdMarker

      public String getUploadIdMarker()
      Obtain the start position for listing multipart uploads in the request (sorted by multipart upload ID).
      返回:
      Start position for listing multipart uploads in the request
    • getNextKeyMarker

      public String getNextKeyMarker()
      Start position for next listing (sorted by object name)
      返回:
      Start position for next listing
    • getNextUploadIdMarker

      public String getNextUploadIdMarker()
      Obtain the start position for next listing (sorted by multipart upload ID).
      返回:
      Start position for next listing
    • getMultipartTaskList

      public List<MultipartUpload> getMultipartTaskList()
      Obtain the list of multipart uploads unfinished in the bucket.
      返回:
      List of multipart uploads unfinished in the bucket
    • getBucketName

      public String getBucketName()
      Obtain the name of the bucket to which the multipart uploads belong.
      返回:
      Name of the bucket to which the multipart uploads belong
    • getDelimiter

      public String getDelimiter()
      Obtain the delimiter in the request for listing multipart uploads.
      返回:
      Delimiter in the request for listing multipart uploads
    • getKeyMarker

      public String getKeyMarker()
      Obtain the start position for listing multipart uploads (sorted by object name)
      返回:
      Start position for listing multipart uploads
    • getMaxUploads

      public int getMaxUploads()
      Obtain the maximum number of multipart uploads to be listed.
      返回:
      Maximum number of multipart uploads to be listed
    • getPrefix

      public String getPrefix()
      Obtain the prefix for listing multipart uploads.
      返回:
      Prefix for listing multipart uploads
    • toString

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