using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Module.AzureBlob.Configuration { public class BlobAuth { public string url { get; set; } public string sas { get; set; } public long timeout { get; set; } public string name { get; set; } } }