MultipartUploadPartSummary

class oci.object_storage.models.MultipartUploadPartSummary(**kwargs)

Bases: object

Gets summary information about multipart uploads.

To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see Getting Started with Policies.

Methods

__init__(**kwargs) Initializes a new MultipartUploadPartSummary object with values from keyword arguments.

Attributes

etag [Required] Gets the etag of this MultipartUploadPartSummary.
md5 [Required] Gets the md5 of this MultipartUploadPartSummary.
part_number [Required] Gets the part_number of this MultipartUploadPartSummary.
size [Required] Gets the size of this MultipartUploadPartSummary.
__init__(**kwargs)

Initializes a new MultipartUploadPartSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • etag (str) – The value to assign to the etag property of this MultipartUploadPartSummary.
  • md5 (str) – The value to assign to the md5 property of this MultipartUploadPartSummary.
  • size (int) – The value to assign to the size property of this MultipartUploadPartSummary.
  • part_number (int) – The value to assign to the part_number property of this MultipartUploadPartSummary.
etag

[Required] Gets the etag of this MultipartUploadPartSummary. The current entity tag (ETag) for the part.

Returns:The etag of this MultipartUploadPartSummary.
Return type:str
md5

[Required] Gets the md5 of this MultipartUploadPartSummary. The MD5 hash of the bytes of the part.

Returns:The md5 of this MultipartUploadPartSummary.
Return type:str
part_number

[Required] Gets the part_number of this MultipartUploadPartSummary. The part number for this part.

Returns:The part_number of this MultipartUploadPartSummary.
Return type:int
size

[Required] Gets the size of this MultipartUploadPartSummary. The size of the part in bytes.

Returns:The size of this MultipartUploadPartSummary.
Return type:int