Class CloudStorageOrmEventIds
- Namespace
- CloudStorageORM.Observability
- Assembly
- CloudStorageORM.dll
Event IDs for CloudStorageORM logging and diagnostics.
public static class CloudStorageOrmEventIds
- Inheritance
-
CloudStorageOrmEventIds
- Inherited Members
Fields
BlobDeletionCompleted
Event ID for blob deletion completed.
public static readonly EventId BlobDeletionCompleted
Field Value
BlobDeletionStarting
Event ID for blob deletion starting.
public static readonly EventId BlobDeletionStarting
Field Value
BlobDownloadCompleted
Event ID for blob download completed.
public static readonly EventId BlobDownloadCompleted
Field Value
BlobDownloadStarting
Event ID for blob download starting.
public static readonly EventId BlobDownloadStarting
Field Value
BlobUploadCompleted
Event ID for blob upload completed.
public static readonly EventId BlobUploadCompleted
Field Value
BlobUploadStarting
Event ID for blob upload starting.
public static readonly EventId BlobUploadStarting
Field Value
ConcurrencyConflict
Event ID for concurrency conflict detected.
public static readonly EventId ConcurrencyConflict
Field Value
ConfigurationInitialized
Event ID for configuration initialized.
public static readonly EventId ConfigurationInitialized
Field Value
EntitySaved
Event ID for entity being saved.
public static readonly EventId EntitySaved
Field Value
QueryExecutionCompleted
Event ID for query execution completed.
public static readonly EventId QueryExecutionCompleted
Field Value
QueryExecutionFailed
Event ID for query execution failed.
public static readonly EventId QueryExecutionFailed
Field Value
QueryExecutionStarting
Event ID for query execution starting.
public static readonly EventId QueryExecutionStarting
Field Value
SaveChangesCompleted
Event ID for SaveChanges completed.
public static readonly EventId SaveChangesCompleted
Field Value
SaveChangesFailed
Event ID for SaveChanges failed.
public static readonly EventId SaveChangesFailed
Field Value
SaveChangesStarting
Event ID for SaveChanges starting.
public static readonly EventId SaveChangesStarting
Field Value
TransactionBeginning
Event ID for transaction beginning.
public static readonly EventId TransactionBeginning
Field Value
TransactionCommitted
Event ID for transaction committed.
public static readonly EventId TransactionCommitted
Field Value
TransactionRolledBack
Event ID for transaction rolled back.
public static readonly EventId TransactionRolledBack
Field Value
ValidationCompleted
Event ID for validation completed.
public static readonly EventId ValidationCompleted
Field Value
ValidationFailed
Event ID for validation failed.
public static readonly EventId ValidationFailed
Field Value
ValidationStarting
Event ID for validation starting.
public static readonly EventId ValidationStarting