diff --git a/sdk/storage/storage-blob/src/BlobDownloadResponse.ts b/sdk/storage/storage-blob/src/BlobDownloadResponse.ts index 88ffdb662741..c88dd35bcb50 100644 --- a/sdk/storage/storage-blob/src/BlobDownloadResponse.ts +++ b/sdk/storage/storage-blob/src/BlobDownloadResponse.ts @@ -388,6 +388,18 @@ export class BlobDownloadResponse implements BlobDownloadResponseParsed { return this.originalResponse.lastModified; } + /** + * Returns the UTC date and time generated by the service that indicates the time at which the blob was + * last read or written to. + * + * @readonly + * @type {(Date | undefined)} + * @memberof BlobDownloadResponse + */ + public get lastAccessed(): Date | undefined { + return this.originalResponse.lastAccessed; + } + /** * A name-value pair * to associate with a file storage object.