StateStoreItemKeyPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A page of keys returned by FoundryStateStore item-list operations.
public sealed class StateStoreItemKeyPage
type StateStoreItemKeyPage = class
Public NotInheritable Class StateStoreItemKeyPage
- Inheritance
-
StateStoreItemKeyPage
Remarks
A hand-written convenience wrapper (not itself part of the wire contract) over the generated ListResponseStateStoreItemKey envelope, exposing its data array as Keys to match this client's naming.
Properties
| Name | Description |
|---|---|
| FirstId |
The id of the first key on this page, or |
| HasMore |
Whether another page is available after LastId. |
| Keys |
The page of keys, ordered by creation time. |
| LastId |
The id of the last key on this page, or |