ObjWatch
faststream.nats.schemas.ObjWatch
#
ObjWatch(
ignore_deletes=False,
include_history=False,
meta_only=False,
timeout=5.0,
declare=True,
)
A class to represent a NATS object storage watch subscription.
PARAMETER | DESCRIPTION |
---|---|
ignore_deletes
|
Ignore delete events (default is
TYPE:
|
include_history
|
Include history (default is
TYPE:
|
meta_only
|
Only metadata. (default is
TYPE:
|
timeout
|
The timeout for the watch in seconds (default is
TYPE:
|
declare
|
Whether to create object storage automatically or just connect to it (default is
TYPE:
|