Sha256: c4e2c019cd7e827818852380801a349e069276a87bc40b152e12f5faaa6d7b7c
Contents?: true
Size: 665 Bytes
Versions: 3
Compression:
Stored size: 665 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <EnumerationResults AccountName="http://myaccount.blob.core.windows.net"> <Prefix>string-value</Prefix> <Marker>string-value</Marker> <MaxResults>int-value</MaxResults> <Containers> <Container> <Name>container-name</Name> <Url>http://myaccount.blob.core.windows.net/container-name</Url> <Properties> <Last-Modified>date/time-value</Last-Modified> <Etag>etag</Etag> </Properties> <Metadata> <metadata-name>value</metadata-name> </Metadata> </Container> </Containers> <NextMarker>marker-value</NextMarker> </EnumerationResults>
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
stuartpreston-azure-sdk-for-ruby-0.7.2 | test/fixtures/all_containers.xml |
azure-plus-0.6.5 | test/fixtures/all_containers.xml |
azure-0.6.0 | test/fixtures/all_containers.xml |