ImportSourceProperties interface
Import source related properties.
Properties
| data |
Relative path of data directory in storage. |
| sas |
Sas token for accessing source storage. Read and list permissions are required for sas token. |
| storage |
Storage type of import source. |
| storage |
Uri of the import source storage. |
Property Details
dataDirPath
Relative path of data directory in storage.
dataDirPath?: string
Property Value
string
sasToken
Sas token for accessing source storage. Read and list permissions are required for sas token.
sasToken?: string
Property Value
string
storageType
Storage type of import source.
storageType?: string
Property Value
string
storageUrl
Uri of the import source storage.
storageUrl?: string
Property Value
string