A materialized view of a Set.

Type Parameters

Constructors

Properties

Constructors

  • Type Parameters

    Parameters

    • __namedParameters: {
          after?: string;
          data: T[];
      }
      • Optionalafter?: string
      • data: T[]

    Returns Page<T>

Properties

after?: string

A pagination cursor, used to obtain additional information in the Set. If after is not provided, then data must be present and represents the last Page in the Set.

data: T[]

A materialized page of data