Google Integrator 2016 Delphi Edition
Google Integrator 2016 Delphi Edition
Questions / Feedback?

ObjectList Event

Fired for every object when ListObjects , or upload when ListMultipartUploads is called.

Syntax

type TObjectListEvent = procedure ObjectList(Sender: TObject; const ObjectName: String; const ObjectModifiedDate: String; ObjectSize: Int64; const ETag: String; const OwnerId: String; const OwnerName: String; const UploadId: String; const OtherData: String) of object;

property OnObjectList: TObjectListEvent read FOnObjectList write FOnObjectList;

Remarks

The bucket name is specified by the Bucket property. This event can be used to inspect the details of existing objects. It provides information such as its name, creation date, size, etag, owner id and owner name. The "OtherData" is reserved for future use.

When calling ListObjects the following parameters are applicable:

  • ObjectName
  • ObjectModifiedDate
  • ObjectSize
  • ETag
  • OwnerId
  • OwnerName
When calling ListMultipartUploads the following parameters are applicable:
  • ObjectName
  • OwnerId
  • OwnerName
  • UploadId

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Google Integrator 2016 Delphi Edition - Version 16.0 [Build 7239]