- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ExistingObjectReplicationType (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/bucket/replication/replication.go
return nil } // Types of replication const ( UnsetReplicationType Type = 0 + iota ObjectReplicationType DeleteReplicationType MetadataReplicationType HealReplicationType ExistingObjectReplicationType ResyncReplicationType AllReplicationType ) // Valid returns true if replication type is set func (t Type) Valid() bool { return t > 0 }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Mar 30 00:56:02 GMT 2025 - 8.9K bytes - Click Count (0)