Mongo Db Collection Settings Response
data class MongoDbCollectionSettingsResponse(val canDelete: Boolean? = null, val shardKey: MongoDbShardKeySettingResponse? = null, val targetRUs: Int? = null)
Describes how an individual MongoDB collection should be migrated
Constructors
Link copied to clipboard
constructor(canDelete: Boolean? = null, shardKey: MongoDbShardKeySettingResponse? = null, targetRUs: Int? = null)