Revision 42800be8 trunk/Pithos.Network/ContainerInfo.cs

b/trunk/Pithos.Network/ContainerInfo.cs
1
using System;
2

  
1 3
namespace Pithos.Network
2 4
{
3 5
    public class ContainerInfo
......
9 11
        public string BlockHash { get; set; }
10 12
        public int BlockSize { get; set; }
11 13

  
14
        public DateTime Last_Modified { get; set; }
15

  
12 16
        public static ContainerInfo Empty=new ContainerInfo();
13 17
    }
14 18
}

Also available in: Unified diff