Class SocketResponsePayload
A socket response payload.
- Inheritance
-
Socket
Response Payload
- Derived
- Inherited Members
- Extension Methods
Properties
Channel
The channel (system)
Property Value
Columns
Displays Column information from the Database.
Will always be an array but can be empty
Property Value
CommitTimestamp
The timestamp of the commit referenced.
Will either be a string or null
Property Value
Errors
Either null or an array of errors. See: https://github.com/supabase/walrus/#error-states
[JsonProperty("errors", NullValueHandling = NullValueHandling.Ignore)]
public List<string>? Errors { get; set; }
Property Value
Extension
The extension (system)
Property Value
Joins
Presence joins (parsed later)
Property Value
Leaves
Presence leaves (parsed later)
Property Value
Message
The message (system)
Property Value
OldRecord
The previous state of the referenced record.
Will always be an object but can be empty.
Property Value
Record
The record referenced.
Will always be an object but can be empty.
Property Value
Response
The unparsed response object
Property Value
Schema
The Schema affected.
Property Value
Status
Status of response
Property Value
Table
The Table affected.
Property Value
Type
The parsed type.
Property Value
_type
The action type performed (INSERT, UPDATE, DELETE, etc.)