stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > RowCount

AdminTypes.RowCount interface

A row count represents rows on background operation.

Signature:

export interface RowCount 

Properties

Property Modifiers Type Description
count   Scalars[‘Int’][‘output’] Estimated number of rows contained within this background operation.
exceedsMax   Scalars[‘Boolean’][‘output’] Whether the operation exceeds max number of reportable rows.