次の方法で共有


CloudFileClient.ListSharesSegmented メソッド

定義

オーバーロード

ListSharesSegmented(FileContinuationToken)

共有のコレクションを含む結果セグメントを返します。

ListSharesSegmented(String, FileContinuationToken)

共有のコレクションを含む結果セグメントを返します。

ListSharesSegmented(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)

指定したプレフィックスで名前が始まる共有のコレクションを含む結果セグメントを返します。

ListSharesSegmented(FileContinuationToken)

共有のコレクションを含む結果セグメントを返します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.ShareResultSegment ListSharesSegmented (Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
override this.ListSharesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Overridable Function ListSharesSegmented (currentToken As FileContinuationToken) As ShareResultSegment

パラメーター

currentToken
FileContinuationToken

前の一覧作成操作によって返された FileContinuationToken トークンです。

戻り値

共有の結果セグメントです。

属性

適用対象

ListSharesSegmented(String, FileContinuationToken)

共有のコレクションを含む結果セグメントを返します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.ShareResultSegment ListSharesSegmented (string prefix, Microsoft.Azure.Storage.File.FileContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmented : string * Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
override this.ListSharesSegmented : string * Microsoft.Azure.Storage.File.FileContinuationToken -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Overridable Function ListSharesSegmented (prefix As String, currentToken As FileContinuationToken) As ShareResultSegment

パラメーター

prefix
String

共有名のプレフィックスです。

currentToken
FileContinuationToken

前の一覧作成操作によって返された継続トークンです。

戻り値

共有の結果セグメントです。

属性

適用対象

ListSharesSegmented(String, ShareListingDetails, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext)

指定したプレフィックスで名前が始まる共有のコレクションを含む結果セグメントを返します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.File.ShareResultSegment ListSharesSegmented (string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListSharesSegmented : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.ShareResultSegment
override this.ListSharesSegmented : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.File.ShareResultSegment
Public Overridable Function ListSharesSegmented (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As ShareResultSegment

パラメーター

prefix
String

共有名のプレフィックスです。

detailsIncluded
ShareListingDetails

共有のメタデータを一連の共有と共に返すかどうかを示す値です。

maxResults
Nullable<Int32>

結果セグメントに返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が null の場合は、最大 5000 件の結果が返されます。

currentToken
FileContinuationToken

前の一覧作成操作によって返された継続トークンです。

options
FileRequestOptions

要求の追加オプションを指定する FileRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

戻り値

共有の結果セグメントです。

属性

適用対象