Class GdidBlock
Provides Global Distributed ID block allocated by authority
Inheritance
System.Object
GdidBlock
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: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public sealed class GdidBlock
Properties
Authority
Declaration
public int Authority { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
AuthorityHost
Declaration
public string AuthorityHost { get; }
Property Value
Type | Description |
---|---|
System.String |
BlockSize
Declaration
public int BlockSize { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Era
Declaration
public uint Era { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ScopeName
Declaration
public string ScopeName { get; }
Property Value
Type | Description |
---|---|
System.String |
SequenceName
Declaration
public string SequenceName { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerUTCTime
Declaration
public DateTime ServerUTCTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartCounterInclusive
Declaration
public ulong StartCounterInclusive { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |