type
MongoDBRenameResourcePayload
type MongoDBRenameResourcePayload struct {
BeforeID schema.StableID `json:"beforeId"`
AfterID schema.StableID `json:"afterId"`
}One confirmed MongoDB collection-identity move without serialized namespace names.
Source migration/phases.go:174
BeforeIDschema.StableID- The BeforeID value.
AfterIDschema.StableID- The AfterID value.
The adapter derives the exact current-content and version namespaces from the immutable before and after manifests.