BlobResultSegment クラス

定義

IListBlobItem の結果のセグメントを表し、改ページのシナリオのための継続情報を含みます。

public class BlobResultSegment
type BlobResultSegment = class
Public Class BlobResultSegment
継承
BlobResultSegment

コンストラクター

BlobResultSegment(IEnumerable<IListBlobItem>, BlobContinuationToken)

BlobResultSegment の新しいインスタンスを作成します。

プロパティ

ContinuationToken

IListBlobItem の結果の次のセグメントを取得するために使用する継続トークンを取得します。 他に結果が存在しない場合は null を返します。

Results

IListBlobItem の結果の列挙可能なコレクションを取得します。

適用対象