BlobContainer.QueryContainerProps Interface
Query Parameters for querying containers
Properties
| Name | Type | Description | |
|---|---|---|---|
| containerType | string | undefined | optional containerType of the containers to query | |
| iModelId | string | undefined | optional iModelId of the containers to query | |
| includeParentITwins | boolean | { filter: "accountOnly" } | Whether to include parent iTwins in the query. | |
| iTwinId | string | the iTwinId of the containers to query | |
| label | string | undefined | optional label of the containers to query |
Defined in
- backend/src/BlobContainerService.ts Line 157
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.