类 AppendObjectRequest

直接已知子类:
ModifyObjectRequest, WriteFileRequest

public class AppendObjectRequest extends PutObjectRequest
Parameters in an appendable upload request
  • 字段详细资料

    • position

      protected long position
    • crc64BeforeAppend

      protected String crc64BeforeAppend
  • 构造器详细资料

    • AppendObjectRequest

      public AppendObjectRequest()
    • AppendObjectRequest

      public AppendObjectRequest(String bucketName)
  • 方法详细资料

    • getPosition

      public long getPosition()
      Obtain the position where data is to be appended.
      返回:
      Location where the data is to be appended
    • setPosition

      public void setPosition(long position)
      Set the position where the data is to be appended.
      参数:
      position - Location where the data is to be appended
    • getCrc64BeforeAppend

      public String getCrc64BeforeAppend()
    • setCrc64BeforeAppend

      public void setCrc64BeforeAppend(String crc64BeforeAppend)