ImportSourcePropertiesArgs

data class ImportSourcePropertiesArgs(val dataDirPath: Output<String>? = null, val sasToken: Output<String>? = null, val storageType: Output<Either<String, ImportSourceStorageType>>? = null, val storageUrl: Output<String>? = null) : ConvertibleToJava<ImportSourcePropertiesArgs>

Import source related properties.

Constructors

Link copied to clipboard
constructor(dataDirPath: Output<String>? = null, sasToken: Output<String>? = null, storageType: Output<Either<String, ImportSourceStorageType>>? = null, storageUrl: Output<String>? = null)

Properties

Link copied to clipboard
val dataDirPath: Output<String>? = null

Relative path of data directory in storage.

Link copied to clipboard
val sasToken: Output<String>? = null

Sas token for accessing source storage. Read and list permissions are required for sas token.

Link copied to clipboard
val storageType: Output<Either<String, ImportSourceStorageType>>? = null

Storage type of import source.

Link copied to clipboard
val storageUrl: Output<String>? = null

Uri of the import source storage.

Functions

Link copied to clipboard
open override fun toJava(): ImportSourcePropertiesArgs