@if (!this.IsDirectoryAvailable)
{
The directory chosen for the data source does not exist anymore. Please edit the data source and correct the path.
}
else
{
The directory chosen for the data source exists.
}
@if (this.IsCloudEmbedding)
{
The embedding runs in the cloud. All your data from the folder '@this.DataSource.Path' and all its subdirectories
will be sent to the cloud.
}
else
{
The embedding runs locally or in your organization. Your data is not sent to the cloud.
}
@if (this.directorySizeNumFiles > 100)
{
For performance reasons, only the first 100 files are shown. The directory contains @this.NumberFilesInDirectory files in total.
}
@if (this.IsOperationInProgress)
{
}
Close