IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

BlockList Event

Fires once for each block returned when listing blocks.

Syntax

public open class DefaultAzureblobEventListener : AzureblobEventListener {
  ...
  public override fun blockList(e: AzureblobBlockListEvent) {}
  ...
}

public class AzureblobBlockListEvent {
  val id: String?
  val blockType: Int
  val size: Int
}

Remarks

This event fires once for each block returned when ListBlocks is called.

Id is the Id of the block.

BlockType reflects the block's type; possible values are:

  • abktCommitted (0)
  • abktUncommitted (1)

Size reflects the size of the block, in bytes.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]