Appearance
类型: TableOperationQueryOptions
属性
append
• append: Record<string, string>
packages/faas/io/types/table.d.ts
data
• data: Record<string, any>
packages/faas/io/types/table.d.ts
enableTrigger
• enableTrigger: boolean
packages/faas/io/types/table.d.ts
expand
• expand: string | string[]
packages/faas/io/types/table.d.ts
id
• id: string
packages/faas/io/types/table.d.ts
incrementBy
• incrementBy: Record<string, number>
packages/faas/io/types/table.d.ts
limit
• limit: number
packages/faas/io/types/table.d.ts
offset
• offset: number
packages/faas/io/types/table.d.ts
orderBy
• orderBy: string | string[]
packages/faas/io/types/table.d.ts
patchObject
• patchObject: Record<string, object>
packages/faas/io/types/table.d.ts
plain
• plain: boolean
packages/faas/io/types/table.d.ts
query
• query: Query
packages/faas/io/types/table.d.ts
remove
• remove: Record<string, string>
packages/faas/io/types/table.d.ts
select
• select: string | string[]
packages/faas/io/types/table.d.ts
uAppend
• uAppend: Record<string, string | string[]>
packages/faas/io/types/table.d.ts
unset
• unset: string | Record<string, any>
packages/faas/io/types/table.d.ts
withCount
• withCount: boolean