Show / Hide Table of Contents

Class CommitMultipartUploadPartDetails

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.

Inheritance
object
CommitMultipartUploadPartDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ObjectstorageService.Models
Assembly: OCI.DotNetSDK.Objectstorage.dll
Syntax
public class CommitMultipartUploadPartDetails

Properties

Etag

Declaration
[Required(ErrorMessage = "Etag is required.")]
[JsonProperty(PropertyName = "etag")]
public string Etag { get; set; }
Property Value
Type Description
string

The entity tag (ETag) returned when this part was uploaded.

Remarks

Required

PartNum

Declaration
[Required(ErrorMessage = "PartNum is required.")]
[JsonProperty(PropertyName = "partNum")]
public int? PartNum { get; set; }
Property Value
Type Description
int?

The part number for this part.

Remarks

Required

In this article
Back to top