Revision 0050438e trunk/Pithos.Interfaces/ICloudClient.cs

b/trunk/Pithos.Interfaces/ICloudClient.cs
211 211
        public string Content_Type { get; set; }
212 212
        public DateTime Last_Modified { get; set; }
213 213

  
214
        private Dictionary<string, string> _tags=new Dictionary<string, string>();
215
        public Dictionary<string, string> Tags
216
        {
217
            get { return _tags; }
218
            set { _tags = value; }
219
        }
220

  
214 221
        public static ObjectInfo Empty=new ObjectInfo {Name=String.Empty,Hash=String.Empty,Bytes=0,Content_Type=String.Empty,Last_Modified=DateTime.MinValue};
215 222
    }
216 223
}

Also available in: Unified diff