using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Windows.Azure.Storage { public class Blob { public string Name { get; set; } public Uri Url {get;set;} } }