Azure-Samples / Azure-Samples/AzureStorageSnippets

blobServiceClient does not have method findBlobsByTags

Open
#226 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
41
Forks
46
PR merge metrics
No merged PRs in 30d

Description

In the example in set-and-retrieve-blob-tags.js, line 62.

``` csharp
let iterator = blobServiceClient.findBlobsByTags(tagOdataQuery, listOptions)
```

but I got error:
> error TS2339: Property 'findBlobsByTags' does not exist on type 'BlobServiceClient'

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.