Frends.AzureBlobStorage.ListContainers / 2.1.0
Summary
Enumerates the containers in a storage account, narrowed by name prefix and by container state.
Typical use — Processes that work across containers, or that check a container exists before using it
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| States | ContainerStateFilter |
None |
ContainerStateFilter.Deleted |
Flags indicating which container states to include when listing (e.g. deleted or system containers). Possible values:
|
| Prefix | String |
– | "test-" |
Filter by container name prefix. Only containers starting with this value will be returned. |