Skip to content

UniqueKey Properties

Represents the composite key used by the legacy Orleans grain identifier encoding.

HasKeyExt

get
View source
public bool HasKeyExt
Gets a value indicating whether this key has a primary key extension.

IsLongKey

get
View source
public bool IsLongKey
Gets a value indicating whether the primary key is encoded as a System.Int64.

KeyExt

get
View source
[Orleans.Id(3)]
public string? KeyExt
Gets the optional primary key extension.

N0

get
View source
[Orleans.Id(0)]
public ulong N0
Gets the first 64 bits of the primary key.

N1

get
View source
[Orleans.Id(1)]
public ulong N1
Gets the second 64 bits of the primary key.