appsettings.json
430 Bytes
{
"instanceId": "dotnet-perf",
"projectId": "grass-clump-479",
"tableName": "perfscantest",
"columnFamily": "cf",
"rowKeyPrefix": "user",
"rowKeySize": 7,
"records": 1000,
"batchSize": 1000,
"loadThreads": 10,
"columnLength": 100,
"columns": 10,
"columnPrefix": "field",
"scanLimits": "100",
"scanInterval": 1,
"mutateRowTimeOutInMilliSeconds": 60000,
"logFile": "c:\\qlogic\\google\\scan.txt"
}