BucketList Event

Fires once for each bucket returned when listing buckets.

Syntax

class BackblazeB2BucketListEventParams {
public:
  const QString &Id();
  const QString &Name();
  const QString &Kind();
  qint64 Revision();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void BucketList(BackblazeB2BucketListEventParams *e);
// Or, subclass BackblazeB2 and override this emitter function. virtual int FireBucketList(BackblazeB2BucketListEventParams *e) {...}

Remarks

This event fires once for each bucket returned when ListBuckets is called.

Id reflects the unique Id of the bucket.

Name reflects the name of the bucket.

Kind reflects the bucket's kind. Possible values are allPublic, allPrivate, or snapshot.

Revision reflects the bucket's revision number. A bucket's revision number is updated every time the bucket is modified.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Qt Edition - Version 20.0 [Build 8265]