Revision 43dd02a8 trunk/Pithos.Interfaces/ObjectInfo.cs

b/trunk/Pithos.Interfaces/ObjectInfo.cs
57 57
    {
58 58
        private readonly List<string> _knownContainers= new List<string>{"trash"};
59 59
        public string Name { get; set; }
60
        
61
        
60

  
61
        public string ETag { get; set; }
62

  
62 63
        public string Hash { get; set; }
63 64

  
64 65
        public string X_Object_Hash { get { return Hash; } set { Hash = value; } }

Also available in: Unified diff