次の方法で共有


ListBlobEntry クラス

定義

BLOB リスト操作の XML 応答で返される BLOB アイテムを表します。

public sealed class ListBlobEntry : Microsoft.Azure.Storage.Blob.Protocol.IListBlobEntry
type ListBlobEntry = class
    interface IListBlobEntry
Public NotInheritable Class ListBlobEntry
Implements IListBlobEntry
継承
ListBlobEntry
実装

プロパティ

CopyState

最新のまたは保留中のコピー操作の状態を取得します。

Metadata

BLOB アイテムのユーザー定義メタデータを取得します。

Name

BLOB アイテムの名前を取得します。

Properties

BLOB アイテムのシステム プロパティを取得します。

SnapshotTime

この BLOB がスナップショットの場合は、BLOB のスナップショットが作成された日時を取得します。

Uri

BLOB アイテムの URI を取得します。

適用対象