Interface: RequestOptions
Defined in: service-core/src/routes/ModelRoute.ts:23
The set of options required by all request handlers.
Extends
Extended by
Properties
ignoreACL?
optionalignoreACL?:boolean
Defined in: service-core/src/models/RepoUtils.ts:39
Set to true to ignore the ACL permissions check.
Inherited from
RepoOperationOptions.ignoreACL
pushChannels?
optionalpushChannels?:string[]
Defined in: service-core/src/models/RepoUtils.ts:41
An additional list of channel names to send push notifications to.
Inherited from
RepoOperationOptions.pushChannels
recordEvent?
optionalrecordEvent?:boolean
Defined in: service-core/src/models/RepoUtils.ts:43
Indicates if a telemetry event should be broadcast for the request.
Inherited from
RepoOperationOptions.recordEvent
req?
optionalreq?:HttpRequest
Defined in: service-core/src/routes/ModelRoute.ts:25
The originating client request.
res?
optionalres?:HttpResponse
Defined in: service-core/src/routes/ModelRoute.ts:27
The outgoing client response.
skipPush?
optionalskipPush?:boolean
Defined in: service-core/src/models/RepoUtils.ts:45
Set to true to not send a push notification.
Inherited from
transaction?
optionaltransaction?:TransactionInfo
Defined in: service-core/src/models/RepoUtils.ts:47
The transactional session to execute the operation within.
Inherited from
RepoOperationOptions.transaction
user?
optionaluser?:JWTUser
Defined in: service-core/src/models/RepoUtils.ts:49
The authenticated user making the request.