Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7550


Ignore:
Timestamp:
03/05/12 17:12:24 (12 years ago)
Author:
spimming
Message:

#1680:

  • Extension method added for checking if a blob/container exists
  • Connection string for storage service
Location:
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/Azure/Constants.cs

    r7545 r7550  
    8080    #endregion
    8181
     82    #region Connection Strings
     83
     84    public const string StorageServiceConnectionFormat = "AccountName={0};AccountKey={1};DefaultEndpointsProtocol=https";
     85
     86    #endregion
     87
    8288    #region Deployment
    8389
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.CloudManager/3.3/HeuristicLab.Clients.Hive.CloudManager-3.3.csproj

    r7546 r7550  
    4141    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    4242    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     43    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
    4344    <Reference Include="System" />
    4445    <Reference Include="System.Core" />
     
    5455  <ItemGroup>
    5556    <Compile Include="Azure\AzureProvider.cs" />
     57    <Compile Include="Azure\CloudBlobExtension.cs" />
    5658    <Compile Include="Azure\Constants.cs" />
    5759    <Compile Include="Azure\IAzureProvider.cs" />
Note: See TracChangeset for help on using the changeset viewer.