WorkspaceEditor.queryContainers Function
Query the BlobContainer service for all workspace containers associated with a given iTwin.
This is a convenience wrapper around BlobContainer.service.queryContainersMetadata that
automatically filters by containerType: "workspace".
queryContainers(args: WorkspaceEditor.QueryWorkspaceContainersArgs): Promise<BlobContainer.MetadataResponse[]>
@returns A promise that resolves to the matching container metadata entries.
@note Requires authorizationClient to be configured.
| Parameter | Type | Description |
|---|---|---|
| args | WorkspaceEditor.QueryWorkspaceContainersArgs | The query arguments including the iTwinId. |
Returns - Promise<BlobContainer.MetadataResponse[]>
A promise that resolves to the matching container metadata entries.
Defined in
Last Updated: 28 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.