CloudBlockBlob.DownloadBlockListAsync Methode

Definition

Überlädt

DownloadBlockListAsync()

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

DownloadBlockListAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

DownloadBlockListAsync(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

DownloadBlockListAsync(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

DownloadBlockListAsync()

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.ListBlockItem>> DownloadBlockListAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DownloadBlockListAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
override this.DownloadBlockListAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
Public Overridable Function DownloadBlockListAsync () As Task(Of IEnumerable(Of ListBlockItem))

Gibt zurück

Ein Task<TResult> -Objekt, das eine aufzählbare Auflistung vom Typ ListBlockItem ist, die den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DownloadBlockListAsync(CancellationToken)

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.ListBlockItem>> DownloadBlockListAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DownloadBlockListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
override this.DownloadBlockListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
Public Overridable Function DownloadBlockListAsync (cancellationToken As CancellationToken) As Task(Of IEnumerable(Of ListBlockItem))

Parameter

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult> -Objekt, das eine aufzählbare Auflistung vom Typ ListBlockItem ist, die den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DownloadBlockListAsync(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.ListBlockItem>> DownloadBlockListAsync (Microsoft.Azure.Storage.Blob.BlockListingFilter blockListingFilter, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DownloadBlockListAsync : Microsoft.Azure.Storage.Blob.BlockListingFilter * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
override this.DownloadBlockListAsync : Microsoft.Azure.Storage.Blob.BlockListingFilter * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
Public Overridable Function DownloadBlockListAsync (blockListingFilter As BlockListingFilter, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of IEnumerable(Of ListBlockItem))

Parameter

blockListingFilter
BlockListingFilter

Ein BlockListingFilter Enumerationswert, der angibt, ob committete Blöcke, Blöcke ohne Commit oder beides zurückgegeben werden sollen.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task<TResult> -Objekt, das eine aufzählbare Auflistung vom Typ ListBlockItem ist, die den asynchronen Vorgang darstellt.

Attribute

Gilt für:

DownloadBlockListAsync(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blobblöcke zurückzugeben.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.ListBlockItem>> DownloadBlockListAsync (Microsoft.Azure.Storage.Blob.BlockListingFilter blockListingFilter, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DownloadBlockListAsync : Microsoft.Azure.Storage.Blob.BlockListingFilter * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
override this.DownloadBlockListAsync : Microsoft.Azure.Storage.Blob.BlockListingFilter * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Storage.Blob.ListBlockItem>>
Public Overridable Function DownloadBlockListAsync (blockListingFilter As BlockListingFilter, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of ListBlockItem))

Parameter

blockListingFilter
BlockListingFilter

Ein BlockListingFilter Enumerationswert, der angibt, ob committete Blöcke, Blöcke ohne Commit oder beides zurückgegeben werden sollen.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann. Wenn null, wird keine Bedingung verwendet.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task<TResult> -Objekt, das eine aufzählbare Auflistung vom Typ ListBlockItem ist, die den asynchronen Vorgang darstellt.

Attribute

Gilt für: