次の方法で共有


CloudFile.ListRangesAsync メソッド

定義

オーバーロード

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

パラメーター

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

戻り値

属性

適用対象

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

パラメーター

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

戻り値

属性

適用対象

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

戻り値

属性

適用対象