Class RepositoryTransactionListOptions
Instructions on how to list transactions
Inheritance
System.Object
RepositoryTransactionListOptions
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RepositoryTransactionListOptions : object
Properties
Descending
The list of transactions should be descending, from the starting transaction id if present
Declaration
public bool Descending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxResultSize
The maximum number of results to return
Declaration
public int ? MaxResultSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StartingTransactionId
The first Transaction identifier to list
Declaration
public long ? StartingTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |