View Source Appwrite.Types.HealthQueue (appwrite v0.2.1)

Represents the size of an Appwrite internal queue.

Fields

  • size (non_neg_integer()): Number of actions currently in the queue.

Summary

Types

t()

@type t() :: %Appwrite.Types.HealthQueue{size: non_neg_integer()}