Files
seaweedfs/go/storage/volume_info.go

16 lines
284 B
Go
Raw Normal View History

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