Azure OSS for PHP API Reference

ReleasedObjectInfo
in package

FinalYes

Represents Azure Storage released object info data.

Table of Contents

Properties

$eTag  : ETag
$lastModified  : DateTimeInterface

Methods

__construct()  : mixed
fromResponse()  : self

Properties

Methods

__construct()

public __construct(ETag $eTag, DateTimeInterface $lastModified) : mixed
Parameters
$eTag : ETag
$lastModified : DateTimeInterface

fromResponse()

public static fromResponse(ResponseInterface $response) : self
Parameters
$response : ResponseInterface
Return values
self
On this page

Search results