Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

PartList Event

Fired for every part when ListParts is called.

Syntax

public void firePartList(Amazons3PartListEvent event);

public class Amazons3PartListEvent {
  public int partNumber;
  public String objectName;
  public String lastModified;
  public int size;
  public String ETag;
  public String ownerId;
  public String ownerDisplayName;
}

Remarks

This event fires once for each part returned by the server in response to ListParts.

PartNumber identifies the current part in the upload.

ObjectName is the name of the object.

LastModified is the last modified date of the part.

Size is the size in bytes of the part.

ETag is the ETag value of the part.

OwnerId is the OwnerId value.

OwnerDisplayName is the display name of the owner.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0