AzureBlobConfig.cs 311 B

123456789101112
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace TEAMModelOS.SDK.Module.AzureBlob.Configuration
  5. {
  6. public class AzureBlobConfig
  7. {
  8. public readonly static string AZURE_CHINA = "AzureChina";
  9. public readonly static string AZURE_GLOBAL = "AzureGlobal";
  10. }
  11. }