Package version:

Interface CreateSnapshotOptions

Options used when creating a Snapshot.

interface CreateSnapshotOptions {
    updateIntervalInMs?: number;
}

Hierarchy

  • unknown
    • CreateSnapshotOptions

Properties

updateIntervalInMs?: number

The amount of time to wait (in milliseconds) between subsequent requests relating to the same operation.