Skip to content

StateSnapshot

public sealed class StateSnapshot

Namespace Snitch.Api

A small ordered name->count distribution returned by a state provider.

public string Title
public int Total
public readonly List<Bucket> Buckets
public StateSnapshot Add(string name, int count)
public void Clear()