This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "n_total": 100000000, | |
| "n_mined": 100000000, | |
| "n_seq": 14232209, | |
| "n_active_non_seq_1y": 41953958, | |
| "n_active_non_seq_2y": 49690915, | |
| "n_active_non_seq_3y": 54387031, | |
| "n_active_non_seq_4y": 61887820, | |
| "n_active_non_seq_5y": 66901199, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add Auth Credentials | |
| $StorageAccountName="xxx" | |
| $StorageAccountKey="xxx" | |
| $containername = "xxx" | |
| $Ctx = New-AzStorageContext -StorageAccountName $StorageAccountName -StorageAccountKey $StorageAccountKey | |
| #Swap folder1 with your directory of choice. Everything in this directory will be modified to a new BlobTier | |
| $files = Get-AzStorageBlob -Container $ContainerName -Context $ctx -Prefix "folder1" |