SubscribeOptionsUpdate

constructor(wantedCollections: List<Nsid>? = null, wantedDids: List<Did>? = null, maxMessageSizeBytes: Long? = 0)

Parameters

wantedCollections

Which records you receive on your stream (default empty = all collections).

wantedDids

Which records you receive on your stream (default empty = all repos).

maxMessageSizeBytes

The maximum size of a payload that this client would like to receive.