Namespace:
Microsoft.WindowsAzure.Storage.FileAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
---|
| ListRangesAsync()()()() | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
| ListRangesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken) | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
| ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext) | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
| ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken) | Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes. |
Return to top