6 references to StorageType
Microsoft.Extensions.AI.Evaluation.Console (6)
Commands\CleanCacheCommand.cs (2)
45telemetryProperties[PropertyNames.StorageType] = PropertyValues.StorageTypeDisk; 54telemetryProperties[PropertyNames.StorageType] = PropertyValues.StorageTypeAzure;
Commands\CleanResultsCommand.cs (2)
49telemetryProperties[PropertyNames.StorageType] = PropertyValues.StorageTypeDisk; 58telemetryProperties[PropertyNames.StorageType] = PropertyValues.StorageTypeAzure;
Commands\ReportCommand.cs (2)
59telemetryProperties[PropertyNames.StorageType] = PropertyValues.StorageTypeDisk; 68telemetryProperties[PropertyNames.StorageType] = PropertyValues.StorageTypeAzure;