CloudFile.ListRangesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Storage.File.FileRange>> ListRangesAsync (long? offset, long? length, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListRangesAsync : Nullable<int64> * Nullable<int64> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<seq<Microsoft.WindowsAzure.Storage.File.FileRange>>
override this.ListRangesAsync : Nullable<int64> * Nullable<int64> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<seq<Microsoft.WindowsAzure.Storage.File.FileRange>>
Public Overridable Function ListRangesAsync (offset As Nullable(Of Long), length As Nullable(Of Long), accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of IEnumerable(Of FileRange))
Parameters
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext
Returns
- Attributes
Applies to
ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Storage.File.FileRange>> ListRangesAsync (long? offset, long? length, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListRangesAsync : Nullable<int64> * Nullable<int64> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.WindowsAzure.Storage.File.FileRange>>
override this.ListRangesAsync : Nullable<int64> * Nullable<int64> * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.WindowsAzure.Storage.File.FileRange>>
Public Overridable Function ListRangesAsync (offset As Nullable(Of Long), length As Nullable(Of Long), accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of IEnumerable(Of FileRange))
Parameters
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken
Returns
- Attributes
Applies to
ListRangesAsync()
[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Storage.File.FileRange>> ListRangesAsync ();
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member ListRangesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.WindowsAzure.Storage.File.FileRange>>
override this.ListRangesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.WindowsAzure.Storage.File.FileRange>>
Public Overridable Function ListRangesAsync () As Task(Of IEnumerable(Of FileRange))
Returns
- Attributes