CloudBlockBlob.DownloadBlockList Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt eine aufzählbare Auflistung der Blöcke des Blobs unter Verwendung des angegebenen Blocklistenfilters zurück.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.ListBlockItem> DownloadBlockList (Microsoft.Azure.Storage.Blob.BlockListingFilter blockListingFilter = Microsoft.Azure.Storage.Blob.BlockListingFilter.Committed, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.Blob.BlobRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DownloadBlockList : Microsoft.Azure.Storage.Blob.BlockListingFilter * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> seq<Microsoft.Azure.Storage.Blob.ListBlockItem>
override this.DownloadBlockList : Microsoft.Azure.Storage.Blob.BlockListingFilter * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> seq<Microsoft.Azure.Storage.Blob.ListBlockItem>
Public Overridable Function DownloadBlockList (Optional blockListingFilter As BlockListingFilter = Microsoft.Azure.Storage.Blob.BlockListingFilter.Committed, Optional accessCondition As AccessCondition = Nothing, Optional options As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As IEnumerable(Of ListBlockItem)
Parameter
- blockListingFilter
- BlockListingFilter
Ein BlockListingFilter Enumerationswert, der angibt, ob committe Blöcke, nicht festgelegte Blöcke 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. Wenn null
, werden standardoptionen auf die Anforderung angewendet.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Eine aufzählbare Auflistung von Objekten, die ListBlockItem implementieren.
- Attribute
Gilt für:
Azure SDK for .NET