ListBlobEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a blob item returned in the XML response for a blob listing operation.
public sealed class ListBlobEntry : Microsoft.Azure.Storage.Blob.Protocol.IListBlobEntry
type ListBlobEntry = class
interface IListBlobEntry
Public NotInheritable Class ListBlobEntry
Implements IListBlobEntry
- Inheritance
-
ListBlobEntry
- Implements
Properties
CopyState |
Gets the state of the most recent or pending copy operation. |
Metadata |
Gets the user-defined metadata for the blob item. |
Name |
Gets the name of the blob item. |
Properties |
Gets the blob item's system properties. |
SnapshotTime |
Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. |
Uri |
Gets the blob item's URI. |
Applies to
Azure SDK for .NET