Compartir a través de


CloudFile.ListRangesAsync Método

Definición

Sobrecargas

ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)
ListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
ListRangesAsync()

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))

Parámetros

offset
Nullable<Int64>
length
Nullable<Int64>
accessCondition
AccessCondition
operationContext
OperationContext

Devoluciones

Atributos

Se aplica a

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))

Parámetros

offset
Nullable<Int64>
length
Nullable<Int64>
accessCondition
AccessCondition
operationContext
OperationContext
cancellationToken
CancellationToken

Devoluciones

Atributos

Se aplica a

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))

Devoluciones

Atributos

Se aplica a