Class CommitModel
Inheritance
System.Object
CommitModel
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 CommitModel
Properties
| Improve this Doc View SourceIds
Gets or sets the queue entry ids to commit
Declaration
public IList<Guid> Ids { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Guid> |
QueueId
Gets or sets the queue id to commit data in
Declaration
public Guid QueueId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |