Skip to main content
Open

AzureBlobStorageConnector - Storage Tier

Related products:Transformers
  • March 2, 2021
  • 0 replies
  • 27 views

scyphers
Participant
Forum|alt.badge.img+5

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")