ResourceChangeDataAfterSnapshot interface

The snapshot after the change.

Extends

Inherited Properties

content

The resource snapshot content (in resourceChangeDetails response only).

snapshotId

The ID of the snapshot.

timestamp

The time when the snapshot was created. The snapshot timestamp provides an approximation as to when a modification to a resource was detected. There can be a difference between the actual modification time and the detection time. This is due to differences in how operations that modify a resource are processed, versus how operation that record resource snapshots are processed.

Inherited Property Details

content

The resource snapshot content (in resourceChangeDetails response only).

content?: any

Property Value

any

Inherited From ResourceSnapshotData.content

snapshotId

The ID of the snapshot.

snapshotId?: string

Property Value

string

Inherited From ResourceSnapshotData.snapshotId

timestamp

The time when the snapshot was created. The snapshot timestamp provides an approximation as to when a modification to a resource was detected. There can be a difference between the actual modification time and the detection time. This is due to differences in how operations that modify a resource are processed, versus how operation that record resource snapshots are processed.

timestamp: Date

Property Value

Date

Inherited From ResourceSnapshotData.timestamp