AzureTableOptions.cs 347 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace TEAMModelOS.SDK.Module.AzureTable.Configuration
  5. {
  6. public class AzureTableOptions
  7. {
  8. public string ConnectionString { get; set; }
  9. /// <summary>
  10. ///
  11. /// </summary>
  12. public AzureTableOptions()
  13. {
  14. }
  15. }
  16. }