Documentation Coverage Report
Current view: top level - Azure/Cqrs.Azure.BlobStorage - IBlobStorageStoreConnectionStringFactory.cs Hit Total Coverage
Version: 2.2 Artefacts: 1 1 100.0 %
Date: 2017-09-22

          Line data    Source code
       1             : #region Copyright
       2             : // // -----------------------------------------------------------------------
       3             : // // <copyright company="Chinchilla Software Limited">
       4             : // //   Copyright Chinchilla Software Limited. All rights reserved.
       5             : // // </copyright>
       6             : // // -----------------------------------------------------------------------
       7             : #endregion
       8             : 
       9             : namespace Cqrs.Azure.BlobStorage
      10             : {
      11             :         /// <summary>
      12             :         /// A factory for getting connection strings and container names with blob storage.
      13             :         /// </summary>
      14             :         public interface IBlobStorageStoreConnectionStringFactory : IStorageStoreConnectionStringFactory
      15             :         {
      16             :                 /// <summary>
      17             :                 /// Returns the name of the base contain to be used.
      18             :                 /// </summary>
      19           1 :                 string GetBaseContainerName();
      20             :         }
      21             : }

Generated by: LCOV version 1.10