protocol library
Classes
- AuthKey
- Provides a method of access for a user to authenticate with the server.
- AuthKeyTable
- CacheInfo
- Provides high level information about a cache.
- CachesInfo
- High level information about the caches.
- CloudStorageDirectUploadEntry
- Connects a table for handling uploading of files.
- CloudStorageDirectUploadEntryTable
- CloudStorageEntry
- An entry in the database for an uploaded file.
- CloudStorageEntryTable
- ClusterInfo
- Information about a cluster of servers.
- ClusterServerInfo
- Information about a single server in a cluster.
- DistributedCacheEntry
- An entry in the distributed cache.
- FutureCallEntry
- A serialized future call with bindings to the database.
- FutureCallEntryTable
- LogEntry
- Bindings to a log entry in the database.
- LogEntryTable
- LogResult
- A list of log entries, used to return logging data.
- LogSettings
- Log settings for the server.
- LogSettingsOverride
- Information about an override for log settings for either an entire endpoint or a specific method.
- MessageLogEntry
- A log entry for a message sent in a streaming session.
- MessageLogEntryTable
- MethodInfo
- Information about a server method.
- MethodInfoTable
- Protocol
- QueryLogEntry
- A log entry for a database query.
- QueryLogEntryTable
- ReadWriteTestEntry
- Database mapping for a read/write test that is performed by the default health checks.
- ReadWriteTestEntryTable
- RuntimeSettings
- Runtime settings of the server.
- RuntimeSettingsTable
- ServerHealthConnectionInfo
- Represents a snapshot of the number of open connections the server currently is handling. An entry is written every minute for each server. All health data can be accessed through Serverpod Insights.
- ServerHealthConnectionInfoTable
- ServerHealthMetric
- Represents a snapshot of a specific health metric. An entry is written every minute for each server. All health data can be accessed through Serverpod Insights.
- ServerHealthMetricTable
- ServerHealthResult
- Information about health and connection metrics.
- SessionLogEntry
- Log entry for a session.
- SessionLogEntryTable
- SessionLogFilter
- The log filter is used when searching for specific log entries.
- SessionLogInfo
- Compounded information about a session log.
- SessionLogResult
- A list of SessionLogInfo.
Enums
- LogLevel
- Represents different log levels.
Properties
- tAuthKey ↔ AuthKeyTable
-
getter/setter pair
- tCloudStorageDirectUploadEntry ↔ CloudStorageDirectUploadEntryTable
-
getter/setter pair
- tCloudStorageEntry ↔ CloudStorageEntryTable
-
getter/setter pair
- tFutureCallEntry ↔ FutureCallEntryTable
-
getter/setter pair
- tLogEntry ↔ LogEntryTable
-
getter/setter pair
- tMessageLogEntry ↔ MessageLogEntryTable
-
getter/setter pair
- tMethodInfo ↔ MethodInfoTable
-
getter/setter pair
- tQueryLogEntry ↔ QueryLogEntryTable
-
getter/setter pair
- tReadWriteTestEntry ↔ ReadWriteTestEntryTable
-
getter/setter pair
- tRuntimeSettings ↔ RuntimeSettingsTable
-
getter/setter pair
- tServerHealthConnectionInfo ↔ ServerHealthConnectionInfoTable
-
getter/setter pair
- tServerHealthMetric ↔ ServerHealthMetricTable
-
getter/setter pair
- tSessionLogEntry ↔ SessionLogEntryTable
-
getter/setter pair
Typedefs
- AuthKeyExpressionBuilder = Expression Function(AuthKeyTable)
- CloudStorageDirectUploadEntryExpressionBuilder = Expression Function(CloudStorageDirectUploadEntryTable)
- CloudStorageEntryExpressionBuilder = Expression Function(CloudStorageEntryTable)
- FutureCallEntryExpressionBuilder = Expression Function(FutureCallEntryTable)
- LogEntryExpressionBuilder = Expression Function(LogEntryTable)
- MessageLogEntryExpressionBuilder = Expression Function(MessageLogEntryTable)
- MethodInfoExpressionBuilder = Expression Function(MethodInfoTable)
- QueryLogEntryExpressionBuilder = Expression Function(QueryLogEntryTable)
- ReadWriteTestEntryExpressionBuilder = Expression Function(ReadWriteTestEntryTable)
- RuntimeSettingsExpressionBuilder = Expression Function(RuntimeSettingsTable)
- ServerHealthConnectionInfoExpressionBuilder = Expression Function(ServerHealthConnectionInfoTable)
- ServerHealthMetricExpressionBuilder = Expression Function(ServerHealthMetricTable)
- SessionLogEntryExpressionBuilder = Expression Function(SessionLogEntryTable)