Interface: RepoOperationOptions
Defined in: service-core/src/models/RepoUtils.ts:37
The available options used for RepoUtils operations.
Extended by
Properties
ignoreACL?
optionalignoreACL?:boolean
Defined in: service-core/src/models/RepoUtils.ts:39
Set to true to ignore the ACL permissions check.
pushChannels?
optionalpushChannels?:string[]
Defined in: service-core/src/models/RepoUtils.ts:41
An additional list of channel names to send push notifications to.
recordEvent?
optionalrecordEvent?:boolean
Defined in: service-core/src/models/RepoUtils.ts:43
Indicates if a telemetry event should be broadcast for the request.
skipPush?
optionalskipPush?:boolean
Defined in: service-core/src/models/RepoUtils.ts:45
Set to true to not send a push notification.
transaction?
optionaltransaction?:TransactionInfo
Defined in: service-core/src/models/RepoUtils.ts:47
The transactional session to execute the operation within.
user?
optionaluser?:JWTUser
Defined in: service-core/src/models/RepoUtils.ts:49
The authenticated user making the request.