Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ObjectsTotalCount (0.17 sec)

  1. cmd/data-usage-cache.go

    	e := d.find(path)
    	if e == nil {
    		// No entry found, return empty.
    		return DataUsageInfo{}
    	}
    	flat := d.flatten(*e)
    	dui := DataUsageInfo{
    		LastUpdate:              d.Info.LastUpdate,
    		ObjectsTotalCount:       flat.Objects,
    		VersionsTotalCount:      flat.Versions,
    		DeleteMarkersTotalCount: flat.DeleteMarkers,
    		ObjectsTotalSize:        uint64(flat.Size),
    		BucketsCount:            uint64(len(e.Children)),
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 41.4K bytes
    - Viewed (1)
Back to top