Struct ConsecutiveUniqueSequenceIds
Represents a starting ID along with the number of consecutive generated IDs of the sequence
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Data.Access
Assembly: Azos.dll
Syntax
public struct ConsecutiveUniqueSequenceIds
Constructors
ConsecutiveUniqueSequenceIds(UInt64, Int32)
Declaration
public ConsecutiveUniqueSequenceIds(ulong startInclusive, int count)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | startInclusive | |
System.Int32 | count |
Fields
Count
Declaration
public readonly int Count
Field Value
Type | Description |
---|---|
System.Int32 |
StartInclusive
Declaration
public readonly ulong StartInclusive
Field Value
Type | Description |
---|---|
System.UInt64 |