RpcSelect
RpcSelect =
object
Defined in: src/types/rpcSchema.ts:58
The select projection: flat, per-field booleans. Everything except key defaults to off,
so a query asks for exactly what it needs and nothing more.
attributes is the one field with a third form: true for every attribute, or a map of names
for a subset.
Properties
Section titled “Properties”attributes?
Section titled “attributes?”
optionalattributes:boolean|Record<string,boolean>
Defined in: src/types/rpcSchema.ts:69
attributeSchema?
Section titled “attributeSchema?”
optionalattributeSchema:boolean
Defined in: src/types/rpcSchema.ts:68
contentType?
Section titled “contentType?”
optionalcontentType:boolean
Defined in: src/types/rpcSchema.ts:66
createdAt?
Section titled “createdAt?”
optionalcreatedAt:boolean
Defined in: src/types/rpcSchema.ts:62
creationFlags?
Section titled “creationFlags?”
optionalcreationFlags:boolean
Defined in: src/types/rpcSchema.ts:65
creator?
Section titled “creator?”
optionalcreator:boolean
Defined in: src/types/rpcSchema.ts:61
expiresAt?
Section titled “expiresAt?”
optionalexpiresAt:boolean
Defined in: src/types/rpcSchema.ts:64
optionalkey:boolean
Defined in: src/types/rpcSchema.ts:59
owner?
Section titled “owner?”
optionalowner:boolean
Defined in: src/types/rpcSchema.ts:60
payload?
Section titled “payload?”
optionalpayload:boolean
Defined in: src/types/rpcSchema.ts:67
updatedAt?
Section titled “updatedAt?”
optionalupdatedAt:boolean
Defined in: src/types/rpcSchema.ts:63