AzureLogEntry Properties

Properties

ApplicationName Gets or sets the application name associated with this message.
Body Gets or sets the text of the message to send.
CallerClassName Gets or sets the caller class name
CallerMemberName Gets or sets the caller method name
Details Gets or sets a JSON object containing any details associated with the message.
ETag Gets or sets the entity's ETag.
(Inherited from TableEntity)
PartitionKey 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)
RowKey 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)
Sent Gets or sets the date and time this entry was created.
Severity Gets or sets an indication of the severity of the message.
Source Gets or sets the source of the message.
Timestamp 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)
UserName Gets or sets the name of the user that created the original message.

See Also