Class QueueEntryModel
Queue entry
Inheritance
System.Object
QueueEntryModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.API.DataHub
Assembly: Simplic.Cloud.API.DataHub.dll
Syntax
public class QueueEntryModel
Properties
| Improve this Doc View SourceActionType
Gets or sets the type
Declaration
public string ActionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataId
Gets or sets the data id
Declaration
public Guid DataId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DataType
Gets or sets the data type
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateTime
Gets or sets the queue entry date time
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Gets or sets the id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Payload
Gets or sets the payload
Declaration
public string Payload { get; set; }
Property Value
Type | Description |
---|---|
System.String |