var snapshot: SnapshotDependency?
Snapshot dependency settings or null if there should be no snapshot dependency
fun snapshot(init: SnapshotDependency.() -> Unit): Unit
Configures snapshot dependency. When this block is missing, no snapshot dependency will be added.