IPWorks Cloud 2020 Python Edition

Questions / Feedback?

on_prefix_list Event

Fires once for each common prefix returned when listing blobs.

Syntax

class AzureBlobPrefixListEventParams(object):
  @property
  def prefix() -> str: ...

# In class AzureBlob:
@property
def on_prefix_list() -> Callable[[AzureBlobPrefixListEventParams], None]: ...
@on_prefix_list.setter
def on_prefix_list(event_hook: Callable[[AzureBlobPrefixListEventParams], None]) -> None: ...

Remarks

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

Prefix is the common prefix.

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