CloudFileClient.ListSharesSegmentedAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken) |
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。 |
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext) |
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。 |
ListSharesSegmentedAsync(String, FileContinuationToken, CancellationToken) |
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。 |
ListSharesSegmentedAsync(String, FileContinuationToken) |
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。 |
ListSharesSegmentedAsync(FileContinuationToken, CancellationToken) |
共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。 |
ListSharesSegmentedAsync(FileContinuationToken) |
共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。 |
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, CancellationToken)
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync(string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
パラメーター
- prefix
- String
共有名のプレフィックスです。
- detailsIncluded
- ShareListingDetails
共有のメタデータを一連の共有と共に返すかどうかを示す値です。
結果セグメントに返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が null の場合は、最大 5000 件の結果が返されます。
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
現在の操作を表す Task<TResult> オブジェクトです。
- 属性
適用対象
ListSharesSegmentedAsync(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync(string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext) As Task(Of ShareResultSegment)
パラメーター
- prefix
- String
共有名のプレフィックスです。
- detailsIncluded
- ShareListingDetails
共有のメタデータを一連の共有と共に返すかどうかを示す値です。
結果セグメントに返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が null の場合は、最大 5000 件の結果が返されます。
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
現在の操作を表す Task<TResult> オブジェクトです。
- 属性
適用対象
ListSharesSegmentedAsync(String, FileContinuationToken, CancellationToken)
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync(string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
パラメーター
- prefix
- String
共有名のプレフィックスです。
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
現在の操作を表す Task<TResult> オブジェクトです。
- 属性
適用対象
ListSharesSegmentedAsync(String, FileContinuationToken)
指定したプレフィックスで始まる名前の共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync(string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : string * Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (prefix As String, currentToken As FileContinuationToken) As Task(Of ShareResultSegment)
パラメーター
- prefix
- String
共有名のプレフィックスです。
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
戻り値
現在の操作を表す Task<TResult> オブジェクトです。
- 属性
適用対象
ListSharesSegmentedAsync(FileContinuationToken, CancellationToken)
共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync(Microsoft.Azure.Storage.File.FileContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (currentToken As FileContinuationToken, cancellationToken As CancellationToken) As Task(Of ShareResultSegment)
パラメーター
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された FileContinuationToken トークンです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
現在の操作を表す Task<TResult> オブジェクトです。
- 属性
適用対象
ListSharesSegmentedAsync(FileContinuationToken)
共有のコレクションを含む結果セグメントを返す非同期要求を実行するタスクを返します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment> ListSharesSegmentedAsync(Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
override this.ListSharesSegmentedAsync : Microsoft.Azure.Storage.File.FileContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.File.ShareResultSegment>
Public Overridable Function ListSharesSegmentedAsync (currentToken As FileContinuationToken) As Task(Of ShareResultSegment)
パラメーター
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された FileContinuationToken トークンです。
戻り値
現在の操作を表す Task<TResult> オブジェクトです。
- 属性
適用対象
Azure SDK for .NET