このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TheGetBlobsAsync(BlobTraits, BlobStates, String, CancellationToken) operation returns an asyncsequence of blobs in this container. Enumerating the blobs maymake multiple requests to the service while fetching all thevalues. Blobs are ordered lexicographically by name.
For more information, seeList Blobs.
public virtual Azure.AsyncPageable<Azure.Storage.Blobs.Models.BlobItem> GetBlobsAsync(Azure.Storage.Blobs.Models.BlobTraits traits = Azure.Storage.Blobs.Models.BlobTraits.None, Azure.Storage.Blobs.Models.BlobStates states = Azure.Storage.Blobs.Models.BlobStates.None, string prefix = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBlobsAsync : Azure.Storage.Blobs.Models.BlobTraits * Azure.Storage.Blobs.Models.BlobStates * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Storage.Blobs.Models.BlobItem>override this.GetBlobsAsync : Azure.Storage.Blobs.Models.BlobTraits * Azure.Storage.Blobs.Models.BlobStates * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Storage.Blobs.Models.BlobItem>
Public Overridable Function GetBlobsAsync (Optional traits As BlobTraits = Azure.Storage.Blobs.Models.BlobTraits.None, Optional states As BlobStates = Azure.Storage.Blobs.Models.BlobStates.None, Optional prefix As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BlobItem)
Specifies trait options for shaping the blobs.
Specifies state options for filtering the blobs.
Specifies a string that filters the results to return only blobswhose name begins with the specifiedprefix
.
OptionalCancellationToken to propagatenotifications that the operation should be cancelled.
AnAsyncPageable<T> describing theblobs in the container.
ARequestFailedException will be thrown if a failure occurs. If multiple failures occur, anAggregateException will be thrown, containing each failure instance.
このページはお役に立ちましたか?
このページはお役に立ちましたか?