Search Results for

    Show / Hide Table of Contents

    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 Source

    Ids

    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>
    | Improve this Doc View Source

    QueueId

    Gets or sets the queue id to commit data in

    Declaration
    public Guid QueueId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx