CloudBlobClient.ListBlobsSegmented メソッド

定義

オーバーロード

ListBlobsSegmented(String, BlobContinuationToken)

コンテナー内の BLOB 項目のコレクションを含む結果セグメントを返します。

ListBlobsSegmented(String, Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)

コンテナー内の BLOB 項目のコレクションを含む結果セグメントを返します。

ListBlobsSegmented(String, BlobContinuationToken)

コンテナー内の BLOB 項目のコレクションを含む結果セグメントを返します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.BlobResultSegment ListBlobsSegmented (string prefix, Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmented : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken -> Microsoft.Azure.Storage.Blob.BlobResultSegment
override this.ListBlobsSegmented : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken -> Microsoft.Azure.Storage.Blob.BlobResultSegment
Public Overridable Function ListBlobsSegmented (prefix As String, currentToken As BlobContinuationToken) As BlobResultSegment

パラメーター

prefix
String

コンテナー名を含む BLOB 名プレフィックスを含む文字列。

currentToken
BlobContinuationToken

前の BlobContinuationToken 一覧表示操作によって返された オブジェクト。

戻り値

BlobResultSegment オブジェクト。

属性

適用対象

ListBlobsSegmented(String, Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)

コンテナー内の BLOB 項目のコレクションを含む結果セグメントを返します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.BlobResultSegment ListBlobsSegmented (string prefix, bool useFlatBlobListing, Microsoft.Azure.Storage.Blob.BlobListingDetails blobListingDetails, int? maxResults, Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmented : string * bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.BlobResultSegment
override this.ListBlobsSegmented : string * bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.BlobResultSegment
Public Overridable Function ListBlobsSegmented (prefix As String, useFlatBlobListing As Boolean, blobListingDetails As BlobListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext) As BlobResultSegment

パラメーター

prefix
String

コンテナー名を含む BLOB 名プレフィックスを含む文字列。

useFlatBlobListing
Boolean

フラット リスト内の BLOB を一覧表示するか、仮想ディレクトリごとに BLOB を階層的に一覧表示するかを指定するブール値。

blobListingDetails
BlobListingDetails

一覧に含める項目を記述する BlobListingDetails 列挙体です。

maxResults
Nullable<Int32>

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

currentToken
BlobContinuationToken

前の BlobContinuationToken 一覧表示操作によって返された オブジェクト。

options
BlobRequestOptions

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

operationContext
OperationContext

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

戻り値

BlobResultSegment オブジェクト。

属性

適用対象