BlobPrefix Class 
An Iterable of Blob properties.
Returned from walk_blobs when a delimiter is used. Can be thought of as a virtual blob directory.
Constructor
BlobPrefix(*args, **kwargs)Methods
| by_page | Get an async iterator of pages of objects, instead of an async iterator of objects. | 
| get | |
| has_key | |
| items | |
| keys | |
| update | |
| values | 
by_page
Get an async iterator of pages of objects, instead of an async iterator of objects.
by_page(continuation_token: str | None = None) -> AsyncIterator[AsyncIterator[ReturnType]]Parameters
| Name | Description | 
|---|---|
| continuation_token | An opaque continuation token. This value can be retrieved from the continuation_token field of a previous generator object. If specified, this generator will begin returning results from this point. Default value: None | 
Returns
| Type | Description | 
|---|---|
| An async iterator of pages (themselves async iterator of objects) | 
get
get(key, default=None)Parameters
| Name | Description | 
|---|---|
| key 
				Required
			 |  | 
| default | Default value: None | 
has_key
has_key(k)Parameters
| Name | Description | 
|---|---|
| k 
				Required
			 |  | 
items
items()keys
keys()update
update(*args, **kwargs)values
values()Attributes
command
Function to retrieve the next page of items.
command: Callablecontainer
The name of the container.
container: strcurrent_page
The current page of listed results.
current_page: List[BlobProperties] | Nonedelimiter
A delimiting character used for hierarchy listing.
delimiter: strlocation_mode
The location mode being used to list results. The available options include "primary" and "secondary".
location_mode: strmarker
The continuation token of the current page of results.
marker: str | Nonename
The prefix, or "directory name" of the blob.
name: strnext_marker
The continuation token to retrieve the next page of results.
next_marker: str | Noneprefix
A blob name prefix being used to filter the list.
prefix: strresults_per_page
The maximum number of results retrieved per API call.
results_per_page: int | Noneservice_endpoint
The service URL.
service_endpoint: str | None