type
MongoDBDropIndexPayload
type MongoDBDropIndexPayload struct {
CollectionID schema.StableID `json:"collectionId"`
Version bool `json:"version,omitempty"`
Index string `json:"index"`
}Physical identity for one exact planner-owned MongoDB index removal.
Source migration/phases.go:167
CollectionIDschema.StableID- The CollectionID value.
Versionbool- The Version value.
Indexstring- The Index value.
The adapter derives the content or version collection from the stable resource identity and reconstructs the reviewed index from the embedded manifests.