performanceMode

@JvmName(name = "pvmsscqpvejppyqa")
suspend fun performanceMode(value: Output<String>)
@JvmName(name = "ynjokmwkcrckovtl")
suspend fun performanceMode(value: String?)

Parameters

value

The performance mode of the file system. We recommend `generalPurpose` performance mode for all file systems. File systems using the `maxIO` performance mode can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for most file operations. The performance mode can't be changed after the file system has been created. The `maxIO` mode is not supported on One Zone file systems. Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems. Default is `generalPurpose`.