OutputDataBindingResponse

data class OutputDataBindingResponse(val datastoreId: String? = null, val mode: String? = null, val pathOnCompute: String? = null, val pathOnDatastore: String? = null)

Constructors

Link copied to clipboard
constructor(datastoreId: String? = null, mode: String? = null, pathOnCompute: String? = null, pathOnDatastore: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datastoreId: String? = null

ARM resource ID of the datastore where the data output will be stored.

Link copied to clipboard
val mode: String? = null

Mechanism for data movement to datastore.

Link copied to clipboard
val pathOnCompute: String? = null

Location of data inside the container process.

Link copied to clipboard
val pathOnDatastore: String? = null

Path within the datastore to the data.