# Set Blob Tier

> `UiPath.Azure.Activities.SetBlobTier`

`UiPath.Azure.Activities.SetBlobTier`

## Description

Sets the access tier on a blob.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **Blob** - Specifies the blob on which the operation is to be performed.
* **BlobAccessTier** - Specifies the blob access tier. The possible values are **Cool**, **Hot**, **Archive**, and **Unknown**. The default value is **Cool**.
* **Timeout** - Specifies the amount of time (in seconds) to wait for the activity to run before an error is thrown. If not set, the activity runs until completion.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
