ReadonlychannelThe channel name.
ReadonlycreatedWhen the channel was created.
ReadonlydatabaseThe database name.
ReadonlylastThe message of the last error, or null if no errors.
ReadonlylastUpper bound offset token for the last error, or null if no errors.
ReadonlylastTimestamp of the last error, or null if no errors.
ReadonlylastWhen the status was last refreshed from the server.
ReadonlylatestThe latest committed offset token, or null if the channel is brand new.
ReadonlypipeThe pipe name.
ReadonlyrowsTotal number of rows that encountered errors.
ReadonlyrowsTotal number of rows successfully inserted.
ReadonlyrowsTotal number of rows parsed.
ReadonlyschemaThe schema name.
ReadonlyserverAverage processing latency in milliseconds, or null if not available.
ReadonlystatusThe channel status code.
Status information for a streaming ingest channel.
Contains metadata about the channel's current state including the latest committed offset token, row counts, error information, and processing latency. Returned by
client.getChannelStatuses()andchannel.getChannelStatus().