IPWorks Cloud 2020 Python Edition

Questions / Feedback?

blob_marker Property

A marker indicating what page of blobs to return next.

Syntax

def get_blob_marker() -> str: ...
def set_blob_marker(value: str) -> None: ...

blob_marker = property(get_blob_marker, set_blob_marker)

Default Value

""

Remarks

This property will be populated when list_blobs is called if the results are paged and there are more pages. To list all blobs, continue to call list_blobs until this property returns empty string.

Refer to list_blobs for more information.

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