Type Alias ChannelStats

ChannelStats: { channel: string; count: number; lastModified: number }

Statistic about single channel returned by Graffiti.channelStats. These statistics only account for contributions made by the querying actor.

Type declaration

  • channel: string

    The URI of the channel.

  • count: number

    The number of objects that the actor has put and not deleted in the channel.

  • lastModified: number

    The time that the actor last modified an object in the channel, measured in milliseconds since January 1, 1970. Deleted objects do not effect this modification time.