AppConfigurationSnapshotEventData interface
Schema of common properties of snapshot events
Properties
| etag | The etag representing the new state of the snapshot. |
| name | The name of the snapshot. |
| sync |
The sync token representing the server state after the event. |
Property Details
etag
The etag representing the new state of the snapshot.
etag?: string
Property Value
string
name
The name of the snapshot.
name?: string
Property Value
string
syncToken
The sync token representing the server state after the event.
syncToken?: string
Property Value
string