ICloudBlob.DownloadRangeToByteArray Método

Definição

Baixa um intervalo de bytes de um blob para uma matriz de bytes.

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

Parâmetros

target
Byte[]

A matriz de bytes de destino.

index
Int32

O deslocamento inicial da matriz de bytes.

blobOffset
Nullable<Int64>

O deslocamento inicial do intervalo de dados, em bytes.

length
Nullable<Int64>

O tamanho do intervalo de dados, em bytes.

accessCondition
AccessCondition

Um objeto AccessCondition que representa a condição que deve ser atendida para que a solicitação continue.

options
BlobRequestOptions

Um objeto BlobRequestOptions que especifica opções adicionais para a solicitação. Se null, as opções padrão serão aplicadas à solicitação.

operationContext
OperationContext

Um objeto OperationContext que representa o contexto da operação atual.

Retornos

O número total de bytes lidos do buffer.

Aplica-se a