MongoSnapshotStoreBatchProperties

constructor(@DefaultValue(value = ["false"]) enabled: Boolean = false, @DefaultValue(value = ["128"]) maxSize: Int = MongoSnapshotStoreBatchOptions.DEFAULT_MAX_SIZE, @DefaultValue(value = ["1ms"]) maxDelay: Duration = MongoSnapshotStoreBatchOptions.DEFAULT_MAX_DELAY, @DefaultValue(value = ["4096"]) maxPendingSaves: Int = MongoSnapshotStoreBatchOptions.DEFAULT_MAX_PENDING_SAVES, @DefaultValue(value = ["1"]) laneCount: Int = MongoSnapshotStoreBatchOptions.DEFAULT_LANE_COUNT)