_data = array( 'container' => $containerName, 'name' => $name, 'snapshotid' => $snapshotId, 'etag' => $etag, 'lastmodified' => $lastModified, 'url' => $url, 'size' => $size, 'contenttype' => $contentType, 'contentencoding' => $contentEncoding, 'contentlanguage' => $contentLanguage, 'cachecontrol' => $cacheControl, 'blobtype' => $blobType, 'leasestatus' => $leaseStatus, 'isprefix' => $isPrefix, 'metadata' => $metadata ); } }