# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DefaultFilterWindowMax returns a default value for a maximum number of events to read with filter from streams $all.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
CreateAllSubscription_FailedToCreateErr is returned if unknown error is received while client tried to create a persistent subscription for stream $all.
CreateStreamSubscription_FailedToCreateErr is returned if unknown error is received while client tried to update a persistent subscription for a stream.
No description provided by the author
DeleteAllSubscription_FailedToDeleteErr is returned if unknown error is received while client tried to delete a persistent subscription for stream $all.
DeleteStreamSubscription_FailedToDeleteErr is returned if unknown error is received while client tried to delete a persistent subscription for a stream.
No description provided by the author
SubscribeToStreamSync_FailedToInitPersistentSubscriptionClientErr is returned if unknown error was received when client tried to initialize protobuf client for persistent subscription.
SubscribeToStreamSync_FailedToReceiveStreamInitializationErr is returned if unknown error was received when client failed to receive a response for settings sent for protobuf stream.
SubscribeToStreamSync_FailedToSendStreamInitializationErr is returned if unknown error was received when client failed to send settings for protobuf stream.
SubscribeToStreamSync_NoSubscriptionConfirmationErr is returned if unknown error was received instead a subscription confirmation.
UpdateAllSubscription_FailedToUpdateErr is returned if unknown error is received while client tried to update a persistent subscription for stream $all.
UpdateStreamSubscription_FailedToUpdateErr is returned if unknown error is received while client tried to update a persistent subscription for a stream.
# Variables
DefaultRequestSettings are the default values for any persistent subscription group.
# Structs
CheckpointAfterMs is the amount of time (in milliseconds) to try to checkpoint after.
CheckpointAfterTicks is the amount of time (in .NET ticks) to try to checkpoint after.
Client provides interface to interact with EventStoreDB streams.
Filter is used to specify a filter when reading events from stream $all.
FilterByEventType sets a filter matcher for stream $all to match by event type.
FilterByStreamId sets a filter matcher for stream $all to match by stream ID.
FilterNoWindow is used when we do not want to set the maximum number of events to receive as a result.
FilterWindowMax is a maximum number of events that we want to receive as a result.
MessageTimeoutInMs is the amount of time (in milliseconds) after which to consider a message as timed out and retried.
MessageTimeoutInTicks is the amount of time (in .NET ticks) after which to consider a message as timed out and retried.
NoFilter is used to indicate that no filter should be used on a stream.
PrefixFilterMatcher represents a list of prefixes used to match against event type or a stream ID.
RegexFilterMatcher represents a regex used to match event type or a stream identifier.
SubscriptionGroupForStreamAllRequest is a struct with all data necessary to create a persistent subscription group.
SubscriptionGroupForStreamRequest is a set of data sent to EventStoreDB when a persistent subscription group for a stream is created.
SubscriptionGroupSettings are settings for a persistent subscription group.
UpdateSubscriptionGroupForStreamAllRequest is a set of data necessary to update a subscription to stream $all.
# Type aliases
No description provided by the author