Unfortunately there's very limited server-side filtering available in Azure Blob Storage and only filtering allowed today is by blob name prefix.
One solution to your problem is list all blobs in a container. Each blob has a property called Created Date/Time
which tells you when the blob was first created (there's another property called Last Modified
as well).
When you have the list, you can filter on the client side by this Created Date/Time property to get the desired list of blobs.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…