Freigeben über


CloudFile.DownloadRangeToByteArray Methode

Definition

Lädt den Inhalt einer Datei in ein Bytearray herunter.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual int DownloadRangeToByteArray (byte[] target, int index, long? fileOffset, long? length, Microsoft.Azure.Storage.AccessCondition accessCondition = default, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member DownloadRangeToByteArray : byte[] * int * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> int
override this.DownloadRangeToByteArray : byte[] * int * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> int
Public Overridable Function DownloadRangeToByteArray (target As Byte(), index As Integer, fileOffset As Nullable(Of Long), length As Nullable(Of Long), Optional accessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As Integer

Parameter

target
Byte[]

Das Zielbytearray.

index
Int32

Der Startoffset im Bytearray.

fileOffset
Nullable<Int64>

Der Startoffset des Datenbereichs in Bytes.

length
Nullable<Int64>

Die Länge der Daten, die aus der Datei heruntergeladen werden sollen, in Bytes.

accessCondition
AccessCondition

Ein AccessCondition-Objekt, das die Zugriffsbedingung für die Datei darstellt.

options
FileRequestOptions

Ein FileRequestOptions-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

Die Gesamtanzahl der in den Puffer gelesenen Bytes.

Attribute

Gilt für: