Sha256: 16b085f930c0ab460a1379067c79cebc3225efa87cdcaf32c211d6eb806fba3c

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<EnumerationResults AccountName="http://myaccount.queue.core.windows.net">
  <Prefix>queue-prefix</Prefix>
  <Marker>the-marker</Marker>
  <MaxResults>100</MaxResults>
  <Queues>
    <Queue>
      <Name>queue-name</Name>
      <Url>http://myaccount.queue.core.windows.net/queue-name</Url>
      <Metadata>
        <Color>red</Color>
        <Shape>square</Shape>
      </Metadata>
    </Queue>
  <NextMarker />
</EnumerationResults>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure-0.1.1 test/fixtures/queues.xml
azure-0.1.0 test/fixtures/queues.xml