Can we add a storage tier selection flag on the actions (tier on write) in the ABSC? It would be incredibly handy to set bulk actions on the upload or a modification of items or subset of items in a container path using a 'List' action in one followed by 'Set' action in another AzureBlobStroageConnector. {"Hot", "Cool", "Archive"}
I believe the AzCopy action is :
$blob = Get-AzureStorageBlob -Container "<enter container name>" -Context $<enter context>
$blob.icloudblob.setstandardblobtier("Archive")

