Share via


IOperationContext interface

Base interface for operation context

Properties

batchId
clientConfig
correlationId
datasetName
isDataVerseOperation
isExecuteAsync
operationName
responseInfo
timestamp

Property Details

batchId

batchId?: string

Property Value

string

clientConfig

clientConfig?: IClientConfig

Property Value

correlationId

correlationId?: string

Property Value

string

datasetName

datasetName?: string

Property Value

string

isDataVerseOperation

isDataVerseOperation?: boolean

Property Value

boolean

isExecuteAsync

isExecuteAsync?: boolean

Property Value

boolean

operationName

operationName?: string

Property Value

string

responseInfo

responseInfo?: Record<string, IApiResponseInfo>

Property Value

Record<string, IApiResponseInfo>

timestamp

timestamp?: Date

Property Value

Date