Cloud Storage Integrator 2016 Linux Edition
Cloud Storage Integrator 2016 Linux Edition
Questions / Feedback?

PartList Event

Fired for every part when ListParts is called.

Syntax

 virtual int FirePartList(DigitalOceanPartListEventParams *e);

 
typedef struct {
int PartNumber;
char* ObjectName;
char* LastModified;
int Size;
char* ETag;
char* OwnerId;
char* OwnerDisplayName;
int reserved;
} DigitalOceanPartListEventParams;

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) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]