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