Blob
in package
FinalYes
Represents Azure Storage blob data.
Table of Contents
Properties
- $name : string
- $properties : BlobProperties
Methods
- fromXml() : self
- __construct() : mixed
Properties
$name read-only
public
string
$name
$properties read-only
public
BlobProperties
$properties
Methods
fromXml()
public
static fromXml(SimpleXMLElement $xml) : self
Parameters
- $xml : SimpleXMLElement
Return values
self__construct()
private
__construct(string $name, BlobProperties $properties) : mixed
Parameters
- $name : string
- $properties : BlobProperties