CommitMultipartUploadPartDetails

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

Bases: object

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 CommitMultipartUploadPartDetails object with values from keyword arguments.

Attributes

etag [Required] Gets the etag of this CommitMultipartUploadPartDetails.
part_num [Required] Gets the part_num of this CommitMultipartUploadPartDetails.
__init__(**kwargs)

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

Parameters:
  • part_num (int) – The value to assign to the part_num property of this CommitMultipartUploadPartDetails.
  • etag (str) – The value to assign to the etag property of this CommitMultipartUploadPartDetails.
etag

[Required] Gets the etag of this CommitMultipartUploadPartDetails. The entity tag (ETag) returned when this part was uploaded.

Returns:The etag of this CommitMultipartUploadPartDetails.
Return type:str
part_num

[Required] Gets the part_num of this CommitMultipartUploadPartDetails. The part number for this part.

Returns:The part_num of this CommitMultipartUploadPartDetails.
Return type:int