StateStoreItemKeyPage Class

Definition

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 null when empty.

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 null when empty.

Applies to