| AbortProjectionOptions |
Options of the abort projection request.
|
| Acls |
Access control list (ACL) utility class.
|
| AppendToStreamOptions |
Options of the append stream request.
|
| ConnectionSettingsBuilder |
Utility to create client settings programmatically.
|
| CreatePersistentSubscriptionToAllOptions |
Options of create persistent subscription to $all request.
|
| CreatePersistentSubscriptionToStreamOptions |
Options for the create persistent subscription to stream request.
|
| CreateProjectionOptions |
Options for create projection request.
|
| DeletePersistentSubscriptionOptions |
Options of the delete persistent subscription request.
|
| DeleteProjectionOptions |
Options of the delete projection request.
|
| DeleteResult |
Object returned on a successful stream deletion request.
|
| DeleteStreamOptions |
Options of the delete or tombstone stream request.
|
| DisableProjectionOptions |
Options of the disable projection request.
|
| EnableProjectionOptions |
Options of the enable projection request.
|
| Endpoint |
A database node endpoint.
|
| EventData |
Represents an event that will be sent to EventStoreDB.
|
| EventDataBuilder |
Utility class to help building an EventData.
|
| EventStoreDBClient |
Represents EventStoreDB client for stream operations.
|
| EventStoreDBClientSettings |
Gathers all the settings related to a gRPC client with an EventStoreDB database.
|
| EventStoreDBConnectionString |
Utility class to parse a connection string.
|
| EventStoreDBPersistentSubscriptionsClient |
Represents EventStoreDB client for persistent subscriptions management.
|
| EventStoreDBProjectionManagementClient |
Represents EventStoreDB client for projections management.
|
| ExpectedRevision |
Constants used for expected revision control.
|
| GetPersistentSubscriptionInfoOptions |
Options of the get persistent subscription info request.
|
| GetProjectionResultOptions |
Options of the get projection result request.
|
| GetProjectionStateOptions |
Options of the get projection state request.
|
| GetProjectionStatisticsOptions |
Options of the get projection statistics request.
|
| GetProjectionStatusOptions |
Options of the get projection status request.
|
| ListPersistentSubscriptionsOptions |
Options of the list persistent subscriptions request.
|
| ListProjectionsOptions |
Options of the list projections options.
|
| NamedConsumerStrategy |
Named consumer strategies for use with persistent subscriptions.
|
| PersistentSubscription |
Persistent subscription handle.
|
| PersistentSubscriptionConnectionInfo |
Holds a persistent subscription connection info.
|
| PersistentSubscriptionInfo |
Common persistent subscription info type.
|
| PersistentSubscriptionListener |
Listener used to handle persistent subscription notifications raised throughout its lifecycle.
|
| PersistentSubscriptionSettings |
Common persistent subscription settings type.
|
| PersistentSubscriptionStats |
Processing-related persistent subscription statistics.
|
| PersistentSubscriptionToAllInfo |
Persistent subscription to $all info.
|
| PersistentSubscriptionToAllSettings |
Persistent subscription to $all settings.
|
| PersistentSubscriptionToAllStats |
Processing-related persistent subscription to $all statistics.
|
| PersistentSubscriptionToStreamInfo |
Persistent subscription to stream info.
|
| PersistentSubscriptionToStreamSettings |
Persistent subscription to stream settings.
|
| PersistentSubscriptionToStreamStats |
Processing-related persistent subscription to stream statistics.
|
| Position |
Transaction log position.
|
| ProjectionDetails |
Provides the details for a projection.
|
| ReadAllOptions |
Options of the read $all stream request.
|
| ReadMessage |
Received when performing a regular read operation (not a subscription).
|
| ReadResult |
Returned after a successful read operation.
|
| ReadStreamOptions |
Options of the read stream request.
|
| RecordedEvent |
Represents a previously written event.
|
| ReplayParkedMessagesOptions |
Options of the replay parked messages request.
|
| ResetProjectionOptions |
Options of the reset projection request.
|
| ResolvedEvent |
Represents an event with a potential link.
|
| RestartPersistentSubscriptionSubsystemOptions |
Options of the restart persistent subscription subsystem request.
|
| RestartProjectionSubsystemOptions |
Options of the restart projection subsystem request.
|
| RevisionOrPosition |
Holds a stream revision number or transaction log position.
|
| StreamAcl |
Stream-related access control list (ACL).
|
| StreamMetadata |
Represents stream metadata with strongly typed properties for system values and a dictionary-like interface for
custom values.
|
| StreamPosition<A> |
Represents a logical position in a regular stream or $all stream.
|
| SubscribePersistentSubscriptionOptions |
Options of the subscribe persistent subscription request.
|
| SubscribeToAllOptions |
Options of the subscribe to $all request.
|
| SubscribeToStreamOptions |
Options of the subscribe to stream request.
|
| Subscription |
Subscription handle.
|
| SubscriptionFilter |
Subscription filter that targets $all stream.
|
| SubscriptionFilterBuilder |
Utility class for building a subscription filter.
|
| SubscriptionListener |
Listener used to handle catch-up subscription notifications raised throughout its lifecycle.
|
| UpdatePersistentSubscriptionToAllOptions |
Options of the update persistent subscription to $all stream request.
|
| UpdatePersistentSubscriptionToStreamOptions |
Options of the update persistent subscription to stream request.
|
| UpdateProjectionOptions |
Options of the update projection request.
|
| UserCredentials |
Holds a login and a password for authenticated requests.
|
| WriteResult |
Returned after writing to a stream.
|