forceSaveKey property

bool? forceSaveKey
final

saveKey 的优先级设置。

该设置为 true 时,saveKey 不能为空,会忽略客户端指定的 Key,强制使用 saveKey 进行文件命名。 参数不设置时,默认值为 false。

Implementation

final bool? forceSaveKey;