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