Share via


IOperationResult interface

Base interface for operation results

Properties

count

Count of total records (for pagination)

data
error
skipToken

Skip token to get the next page of results

success

Property Details

count

Count of total records (for pagination)

count?: number

Property Value

number

data

data: TResponse

Property Value

TResponse

error

error?: Error | PowerDataRuntimeHttpError

Property Value

skipToken

Skip token to get the next page of results

skipToken?: string

Property Value

string

success

success: boolean

Property Value

boolean