Home
last modified time | relevance | path

Searched defs:BucketBandwidthRollup (Results 1 – 2 of 2) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/orders/
H A Dendpoint.go40 …BandwidthBatch(ctx context.Context, intervalStart time.Time, rollups []BucketBandwidthRollup) error
86 type BucketBandwidthRollup struct { struct
87 ProjectID uuid.UUID
88 BucketName string
89 Action pb.PieceAction
90 Inline int64
91 Allocated int64
92 Settled int64
93 Dead int64
97 func SortBucketBandwidthRollups(rollups []BucketBandwidthRollup) {
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go1670 type BucketBandwidthRollup struct { struct
1671 BucketName []byte
1672 ProjectId []byte
1673 IntervalStart time.Time
1674 IntervalSeconds uint
1675 Action uint
1676 Inline uint64
1677 Allocated uint64
1678 Settled uint64
1681 func (BucketBandwidthRollup) _Table() string { return "bucket_bandwidth_rollups" }