Freigeben über


DataPathAssetReference interface

Reference to an asset via its path in a datastore.

Extends

Properties

datastoreId

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

path

The path of the file/directory in the datastore.

referenceType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

datastoreId

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

datastoreId?: string

Property Value

string

path

The path of the file/directory in the datastore.

path?: string

Property Value

string

referenceType

Polymorphic discriminator, which specifies the different types this object can be

referenceType: "DataPath"

Property Value

"DataPath"