CreateNewSettingsContainerArgs Interface

Arguments supplied to createNewCloudContainer to create a new EditableSettingsCloudContainer. The created container will automatically have containerType: "settings" in its metadata, enabling discovery via BlobContainer.service.queryContainersMetadata({ containerType: "settings" }).

Properties

Name Type Description
dbName string | undefined The name of the default SettingsDb created inside the new container.  
manifest SettingsDbManifest The manifest to be stored in the default SettingsDb in the new container.  
Omit<BlobContainer.Metadata, "containerType"> Metadata stored by the BlobContainer service.  
scope BlobContainer.Scope The scope of the container.  

Defined in

Last Updated: 19 March, 2026