ListSnapshotsPage interface
A page of configuration settings and the corresponding HTTP response
- Extends
Properties
items | The configuration settings for this page of results. |
Inherited Properties
continuation |
The token that keeps track of where to continue the iterator |
sync |
Enables real-time consistency between requests by providing the returned value in the next request made to the server. |
Property Details
items
The configuration settings for this page of results.
items: ConfigurationSnapshot[]
Property Value
Inherited Property Details
continuationToken
The token that keeps track of where to continue the iterator
continuationToken?: string
Property Value
string
Inherited From PageSettings.continuationToken
syncToken
Enables real-time consistency between requests by providing the returned value in the next request made to the server.
syncToken?: string
Property Value
string
Inherited From SyncTokenHeaderField.syncToken