- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for lst (0.02 sec)
-
cmd/tier-last-day-stats.go
for i := range tierInfos { lst, ok := l[tierInfos[i].Name] if !ok { continue } for hr, st := range lst.Bins { tierInfos[i].DailyStats.Bins[hr] = madmin.TierStats{ TotalSize: st.TotalSize, NumVersions: st.NumVersions, NumObjects: st.NumObjects, } } tierInfos[i].DailyStats.UpdatedAt = lst.UpdatedAt } return tierInfos
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Feb 19 22:54:46 UTC 2024 - 2.8K bytes - Viewed (0) -
cmd/bucket-replication-utils_gen.go
return } switch msgp.UnsafeString(field) { case "st": z.StartTime, err = dc.ReadTime() if err != nil { err = msgp.WrapError(err, "StartTime") return } case "lst": z.LastUpdate, err = dc.ReadTime() if err != nil { err = msgp.WrapError(err, "LastUpdate") return } case "id": z.ResyncID, err = dc.ReadString() if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 21 17:21:35 UTC 2024 - 61.1K bytes - Viewed (0) -
cmd/bucket-replication-utils.go
// TargetReplicationResyncStatus status of resync of bucket for a specific target type TargetReplicationResyncStatus struct { StartTime time.Time `json:"startTime" msg:"st"` LastUpdate time.Time `json:"lastUpdated" msg:"lst"` // Resync ID assigned to this reset ResyncID string `json:"resyncID" msg:"id"` // ResyncBeforeDate - resync all objects created prior to this date ResyncBeforeDate time.Time `json:"resyncBeforeDate" msg:"rdt"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 26.3K bytes - Viewed (0) -
cmd/testdata/decryptObjectInfo.json.zst
nio-Internal-Server-Side-Encryption-Iv":"Bd5kYjlEkdCgnR+Bb79pFl7NpIQFpMVDEGZ=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfALqLj9AKtAYYh7eR/u1PDi5uH13zPgpN/lsT/YXnfeIZfxeHz6vtUQ==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAJiUMyw4aEq6j+dLDvYKHCYiE7oLA2mfuz==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Buck...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 29 16:34:20 UTC 2020 - 164K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
scala/collection/TraversableLike$$anonfun$last$1.class package scala.collection; public final synchronized class TraversableLike$$anonfun$last$1 extends scala.runtime.AbstractFunction1 implements scala.Serializable { private final scala.runtime.ObjectRef lst$1; public void TraversableLike$$anonfun$last$1(scala.runtime.ObjectRef); } scala/collection/TraversableLike$$anonfun$isEmpty$1.class package scala.collection; public final synchronized class TraversableLike$$anonfun$isEmpty$1 extends scala.runtime....
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)