Sha256: 2a6a56934ffd3accce153f5e6bcb2290260a0f8784116504ccdb77e9a549a9ca

Contents?: true

Size: 1.67 KB

Versions: 6

Compression:

Stored size: 1.67 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<StorageServiceProperties>
  <Logging>
    <Version>1.0</Version>
    <Delete>true</Delete>
    <Read>false</Read>
    <Write>true</Write>
    <RetentionPolicy>
      <Enabled>true</Enabled>
      <Days>7</Days>
    </RetentionPolicy>
  </Logging>
  <HourMetrics>
    <Version>1.0</Version>
    <Enabled>true</Enabled>
    <IncludeAPIs>false</IncludeAPIs>
    <RetentionPolicy>
      <Enabled>true</Enabled>
      <Days>7</Days>
    </RetentionPolicy>
  </HourMetrics>
  <MinuteMetrics>
    <Version>1.0</Version>
    <Enabled>true</Enabled>
    <IncludeAPIs>false</IncludeAPIs>
    <RetentionPolicy>
      <Enabled>true</Enabled>
      <Days>7</Days>
    </RetentionPolicy>
  </MinuteMetrics>
  <Cors>
    <CorsRule>
      <AllowedOrigins>http://www.contoso.com,http://dummy.uri</AllowedOrigins>
      <AllowedMethods>PUT,HEAD</AllowedMethods>
      <MaxAgeInSeconds>5</MaxAgeInSeconds>
      <ExposedHeaders>x-ms-*</ExposedHeaders>
      <AllowedHeaders>x-ms-blob-content-type,x-ms-blob-content-disposition</AllowedHeaders>
    </CorsRule>
    <CorsRule>
      <AllowedOrigins>*</AllowedOrigins>
      <AllowedMethods>PUT,GET</AllowedMethods>
      <MaxAgeInSeconds>5</MaxAgeInSeconds>
      <ExposedHeaders>x-ms-*</ExposedHeaders>
      <AllowedHeaders>x-ms-blob-content-type,x-ms-blob-content-disposition</AllowedHeaders>
    </CorsRule>
    <CorsRule>
      <AllowedOrigins>http://www.contoso.com</AllowedOrigins>
      <AllowedMethods>GET</AllowedMethods>
      <MaxAgeInSeconds>5</MaxAgeInSeconds>
      <ExposedHeaders>x-ms-*</ExposedHeaders>
      <AllowedHeaders>x-ms-client-request-id</AllowedHeaders>
    </CorsRule>
  </Cors>
</StorageServiceProperties>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stuartpreston-azure-sdk-for-ruby-0.7.1 test/fixtures/storage_service_properties.xml
stuartpreston-azure-sdk-for-ruby-0.7.0 test/fixtures/storage_service_properties.xml
stuartpreston-azure-sdk-for-ruby-0.6.9 test/fixtures/storage_service_properties.xml
stuartpreston-azure-sdk-for-ruby-0.6.7 test/fixtures/storage_service_properties.xml
stuartpreston-azure-sdk-for-ruby-0.6.6 test/fixtures/storage_service_properties.xml
stuartpreston-azure-sdk-for-ruby-0.6.5 test/fixtures/storage_service_properties.xml