IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

PrefixList Event

Fires once for each common prefix returned when listing blobs.

Syntax

public open class DefaultAzureblobEventListener : AzureblobEventListener {
  ...
  public override fun prefixList(e: AzureblobPrefixListEvent) {}
  ...
}

public class AzureblobPrefixListEvent {
  val prefix: String?
}

Remarks

This event fires once for each common prefix returned when ListBlobs is called when BlobDelimiter is non-empty. Refer to BlobDelimiter for more information.

Prefix is the common prefix.

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