namespace StellaOps.Graph.Indexer.Analytics; public sealed class MongoGraphSnapshotProviderOptions { public string SnapshotCollectionName { get; set; } = "graph_snapshots"; public string ProgressCollectionName { get; set; } = "graph_analytics_progress"; public int MaxBatch { get; set; } = 5; }