Sha256: 45ff3b09bc16d03c6f86bf851624464b048dd35180bc0facca9ad7f6ea9043f8

Contents?: true

Size: 645 Bytes

Versions: 24

Compression:

Stored size: 645 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

24 entries across 24 versions & 6 rubygems

Version Path
azure-0.7.1 test/fixtures/all_containers.xml
azure-0.7.0 test/fixtures/all_containers.xml
azure-0.7.0.pre3 test/fixtures/all_containers.xml
azure-fix-0.7.0.pre3 test/fixtures/all_containers.xml
azure-0.7.0.pre2 test/fixtures/all_containers.xml
juliusl-azure-sdk-for-ruby-0.7.0 test/fixtures/all_containers.xml
azure-0.7.0.pre test/fixtures/all_containers.xml
stuartpreston-azure-sdk-for-ruby-0.7.1 test/fixtures/all_containers.xml
stuartpreston-azure-sdk-for-ruby-0.7.0 test/fixtures/all_containers.xml
stuartpreston-azure-sdk-for-ruby-0.6.9 test/fixtures/all_containers.xml
stuartpreston-azure-sdk-for-ruby-0.6.7 test/fixtures/all_containers.xml
stuartpreston-azure-sdk-for-ruby-0.6.6 test/fixtures/all_containers.xml
stuartpreston-azure-sdk-for-ruby-0.6.5 test/fixtures/all_containers.xml
azurex-0.6.7 test/fixtures/all_containers.xml
azurex-0.6.6 test/fixtures/all_containers.xml
azurex-0.6.5 test/fixtures/all_containers.xml
azure-multistorage-0.6.4 test/fixtures/all_containers.xml
azure-0.6.4 test/fixtures/all_containers.xml
azure-0.6.3 test/fixtures/all_containers.xml
azure-0.6.2 test/fixtures/all_containers.xml