Package version:

Gets or sets the storage configuration.

interface StorageConfiguration {
    transportFileShareConfiguration?: FileShareConfigurationUnion;
}

Properties

transportFileShareConfiguration?: FileShareConfigurationUnion

The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing.