다음을 통해 공유


InvalidCloudFile.DownloadRangeToByteArray Method

Definition

public override 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);
override this.DownloadRangeToByteArray : byte[] * int * Nullable<int64> * Nullable<int64> * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> int
Public Overrides 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

Parameters

target
Byte[]
index
Int32
fileOffset
Nullable<Int64>
length
Nullable<Int64>
accessCondition
AccessCondition
operationContext
OperationContext

Returns

Applies to