package distribution.channel.pb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ChannelCreateService

services.proto:19

service ChannelDeleteService

services.proto:23

service ChannelRenameService

services.proto:27

message Channel

channel.proto:46

Channel is an internal representation of a channel containing all storage and distribution metadata. This type is used internally by the server; clients should use APIChannel instead.

Used in: CreateMessage

message CreateOptions

services.proto:31

Used in: CreateMessage

message Operation

channel.proto:33

Operation defines an aggregation operation applied to channel data. Operations calculate min, max, or average values over a time duration or triggered by a reset channel.

Used in: api.channel.pb.Channel, Channel

enum OperationType

channel.proto:22

OperationType is the type of aggregation operation to apply to channel data over time.

Used in: Operation