<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Azure_blob_api_cost_notes</id>
	<title>Azure blob api cost notes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Azure_blob_api_cost_notes"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Azure_blob_api_cost_notes&amp;action=history"/>
	<updated>2026-04-19T15:56:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Azure_blob_api_cost_notes&amp;diff=5562&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;No, the transactions are not free, but running `rclone size` on a prefix with one million objects is very inexpensive.  ---  ### ## What Happens When You Run the Command  The...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Azure_blob_api_cost_notes&amp;diff=5562&amp;oldid=prev"/>
		<updated>2025-07-01T22:01:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;No, the transactions are not free, but running `rclone size` on a prefix with one million objects is very inexpensive.  ---  ### ## What Happens When You Run the Command  The...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;No, the transactions are not free, but running `rclone size` on a prefix with one million objects is very inexpensive.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
### ## What Happens When You Run the Command&lt;br /&gt;
&lt;br /&gt;
The `rclone size` command works by sending a series of **&amp;quot;List Blobs&amp;quot;** requests to your storage account to count every object under the specified prefix.&lt;br /&gt;
&lt;br /&gt;
* Azure's `List Blobs` operation can return a maximum of 5,000 blob names per request.&lt;br /&gt;
* To count 1,000,000 objects, `rclone` must make multiple requests until all objects have been listed.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
### ## The Calculation&lt;br /&gt;
&lt;br /&gt;
* **Total Objects:** 1,000,000&lt;br /&gt;
* **Objects per API Call:** 5,000&lt;br /&gt;
* **Total API Calls:** 1,000,000 / 5,000 = **200 List operations**&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
### ## The Cost&lt;br /&gt;
&lt;br /&gt;
Azure charges for these &amp;quot;List and Create Container operations&amp;quot; per 10,000 transactions. While prices can vary slightly by region, a typical pay-as-you-go rate for the Hot tier is **$0.055 per 10,000 operations**.&lt;br /&gt;
&lt;br /&gt;
Since you are only performing 200 operations, you fall into the very first pricing block. The total cost for the entire `rclone size` command would be less than a penny.&lt;br /&gt;
&lt;br /&gt;
**Bottom Line:** While not technically free, the monetary cost is negligible. The main &amp;quot;cost&amp;quot; you'll notice is the time it takes for `rclone` to complete the 200 sequential API calls.&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>