Get the source container as a bare URL, without creating a container instance
| 163 | } |
| 164 | // Get the source container as a bare URL, without creating a container instance |
| 165 | KeyBackedProperty<Value> sourceContainerURL() { return configSpace.pack(LiteralStringRef("sourceContainer")); } |
| 166 | |
| 167 | // Total bytes written by all log and range restore tasks. |
| 168 | KeyBackedBinaryValue<int64_t> bytesWritten() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); } |
no test coverage detected