FlinkStorageProfileResponse

data class FlinkStorageProfileResponse(val storageUri: String, val storagekey: String? = null)

The storage profile

Constructors

Link copied to clipboard
constructor(storageUri: String, storagekey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val storagekey: String? = null

Storage key is only required for wasb(s) storage.

Link copied to clipboard

Storage account uri which is used for savepoint and checkpoint state.