DataPathAssetReferenceResponse

data class DataPathAssetReferenceResponse(val datastoreId: String? = null, val path: String? = null, val referenceType: String)

Reference to an asset via its path in a datastore.

Constructors

Link copied to clipboard
constructor(datastoreId: String? = null, path: String? = null, referenceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datastoreId: String? = null

ARM resource ID of the datastore where the asset is located.

Link copied to clipboard
val path: String? = null

The path of the file/directory in the datastore.

Link copied to clipboard

Enum to determine which reference method to use for an asset. Expected value is 'DataPath'.