IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

BucketList Event

Fires once for each bucket returned when listing buckets.

Syntax

public open class DefaultBackblazeb2EventListener : Backblazeb2EventListener {
  ...
  public override fun bucketList(e: Backblazeb2BucketListEvent) {}
  ...
}

public class Backblazeb2BucketListEvent {
  val id: String?
  val name: String?
  val kind: String?
  val revision: Long
}

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) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]