BlobContainer.Scope Interface

The scope for a container. This determines:

  • the "owner" organization, including the contract that governs its legal and commercial terms and obligations
  • the administrators who may configure RBAC permissions
  • the datacenter for the container. Every container resides in a datacenter as determined by the iTwinId. This determines the region for data residency requirements.
  • the lifecycle constraints for the container. No container can outlive its iTwin or its iModel (if defined). That is, when the iTwin/iModel is deleted (either explicitly or due to contract expiration), the container is also deleted.

Properties

Name Type Description
iModelId string | undefined optionally, an iModelId within the iTwin.  
iTwinId string iTwinId of the owner of this container.  
ownerGuid string | undefined the user GUID an individual, if this container is private.  

Defined in

Last Updated: 14 November, 2024