seaweedfs/go/storage/volume_info.go

16 lines
284 B
Go
Raw Normal View History

2012-08-24 06:24:32 +00:00
package storage
import ()
2012-08-24 06:24:32 +00:00
type VolumeInfo struct {
Id VolumeId
Size uint64
RepType ReplicationType
2013-11-12 10:21:22 +00:00
Collection string
Version Version
FileCount int
DeleteCount int
DeletedByteCount uint64
ReadOnly bool
}