Click or drag to resize

AzureLogEntry Class

Table entity for the AzureTableTarget class
Inheritance Hierarchy
SystemObject
  InnerDrive.AzureTableEntity
    InnerDrive.LoggingAzureLogEntry

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.0.8475.0
Syntax
C#
public class AzureLogEntry : TableEntity

The AzureLogEntry type exposes the following members.

Constructors
 NameDescription
Public methodAzureLogEntry Creates a new instance of AzureLogEntry.
Top
Properties
 NameDescription
Public propertyApplicationName Gets or sets the application name associated with this message.
Public propertyBody Gets or sets the text of the message to send.
Public propertyCallerClassName Gets or sets the caller class name
Public propertyCallerMemberName Gets or sets the caller method name
Public propertyDetails Gets or sets a JSON object containing any details associated with the message.
Public propertyETag Gets or sets the entity's ETag.
(Inherited from TableEntity)
Public propertyPartitionKey The partition key is a unique identifier for the partition within a given table and forms the first part of an entity's primary key.
(Inherited from TableEntity)
Public propertyRowKey The row key is a unique identifier for an entity within a given partition. Together the PartitionKey and RowKey uniquely identify every entity within a table.
(Inherited from TableEntity)
Public propertySent Gets or sets the date and time this entry was created.
Public propertySeverity Gets or sets an indication of the severity of the message.
Public propertySource Gets or sets the source of the message.
Public propertyTimestamp The Timestamp property is a DateTime value that is maintained on the server side to record the time an entity was last modified. The Table service uses the Timestamp property internally to provide optimistic concurrency. The value of Timestamp is a monotonically increasing value, meaning that each time the entity is modified, the value of Timestamp increases for that entity. This property should not be set on insert or update operations (the value will be ignored).
(Inherited from TableEntity)
Public propertyUserName Gets or sets the name of the user that created the original message.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberMaximumStringFieldLength Gets the maximum field length for strings in Azure table storage
Top
See Also