ReleasedObjectInfo(ETag, DateTimeOffset) Constructor

Definition

Creates a new ReleasedObjectInfo.

public ReleasedObjectInfo (Azure.ETag eTag, DateTimeOffset lastModified);
new Azure.Storage.Blobs.Models.ReleasedObjectInfo : Azure.ETag * DateTimeOffset -> Azure.Storage.Blobs.Models.ReleasedObjectInfo
Public Sub New (eTag As ETag, lastModified As DateTimeOffset)

Parameters

eTag
ETag

The ETag contains a value that you can use to perform operations conditionally.

lastModified
DateTimeOffset

The date and time the object was last modified.

Applies to