Class IdGeneratorSettings
Settings for the DefaultIdGenerator.
Inheritance
System.Object
IdGeneratorSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data
Assembly: Kephas.Core.dll
Syntax
public class IdGeneratorSettings
Properties
| Improve this Doc View SourceDiscriminatorBitLength
Gets or sets the length of the discriminator part bits.
Declaration
public int DiscriminatorBitLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The length of the discriminator part bits. |
Namespace
Gets or sets the namespace integer value.
Declaration
public int Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The namespace integer value. |
NamespaceIdentifierBitLength
Gets or sets the length of the namespace identifier bits.
Declaration
public int NamespaceIdentifierBitLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The length of the namespace identifier bits. |
StartEpoch
Gets or sets the start epoch for the timestamp part of an ID - 2015-06-01.
Declaration
public DateTimeOffset StartEpoch { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |