BlobContainer.RequestTokenProps Interface

Information required to request an access token for a container.

Extends

Properties

Name Type Description
accessLevel BlobContainer.RequestAccessLevel | undefined the level of access requested.  
durationSeconds number | undefined the number of seconds before the token should expire.  

Inherited properties

Name Type Inherited from Description
containerId Inherited string Omit<BlobContainer.AccessContainerProps, "baseUri">  
userToken Inherited string Omit<BlobContainer.AccessContainerProps, "baseUri">  

Defined in

Last Updated: 08 June, 2026