We should be able to do ```csharp await table.VacuumAsync(new VacuumOptions { VacuumMode = VacuumMode.Full }, cancellationToken); ``` This is missing in the .Net API.