private string DirectIngestStats()

in src/Ingestor.cs [161:165]


        private string DirectIngestStats()
        {
            return BasicCountersSnapshot() + (m_bFileSystem ? ", uploaded to blob store: [{Interlocked.Read(ref m_filesUploaded),7}]. " : "") +
                   $"Batches produced: [{Interlocked.Read(ref m_batchesProduced),7}], ingested: [{Interlocked.Read(ref m_batchesIngested),7}]";
        }