Class RepositoryTransactionListOptions
Instructions on how to list transactions
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RepositoryTransactionListOptions
Properties
Descending
The list of transactions should be descending, from the starting transaction id if present
Declaration
[DataMember]
public bool Descending { get; set; }
Property Value
Type | Description |
---|---|
bool |
MaxResultSize
The maximum number of results to return
Declaration
[DataMember]
public int? MaxResultSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartingTransactionId
The first Transaction identifier to list
Declaration
[DataMember]
public long? StartingTransactionId { get; set; }
Property Value
Type | Description |
---|---|
long? |