🏷️ Mark the BlobNameFilter
obsolete, as it does not provide enough reason to live
#256
Labels
area:storage
All issues related to Azure storage
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
The
BlobNameFilter
was introduced to be a more test-friendly way of matching blobs in an Azure Blob storage container; only by doing so, it adds an additional layer which is not necessary if the predicate function would be exposed directly.Developers expect a predicate in cases of
.Where(…)
or.Match(…)
.Describe the solution you'd like
Mark the
BlobNameFilter
as deprecated and add an overload to the container options that takes in a predicate directly for aBlobItem
.The text was updated successfully, but these errors were encountered: