CloudBlobDirectory.ListBlobsSegmented メソッド

定義

オーバーロード

ListBlobsSegmented(BlobContinuationToken)

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返します。

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

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返します。

ListBlobsSegmented(BlobContinuationToken)

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返します。

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

パラメーター

currentToken
BlobContinuationToken

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

戻り値

BlobResultSegment オブジェクト。

属性

適用対象

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

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.BlobResultSegment ListBlobsSegmented (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 : 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 : 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 (useFlatBlobListing As Boolean, blobListingDetails As BlobListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext) As BlobResultSegment

パラメーター

useFlatBlobListing
Boolean

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

blobListingDetails
BlobListingDetails

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

maxResults
Nullable<Int32>

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

currentToken
BlobContinuationToken

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

options
BlobRequestOptions

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

operationContext
OperationContext

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

戻り値

BlobResultSegment オブジェクト。

属性

適用対象