Skip to content

LegacyGrainId Properties

Represents an identifier using the legacy Orleans grain identity encoding.

IsClient

get
View source
public bool IsClient
Gets a value indicating whether this identifier represents a client.

IsGrain

get
View source
public bool IsGrain
Gets a value indicating whether this identifier represents a grain.

IsLongKey

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

IsSystemTarget

get
View source
public bool IsSystemTarget
Gets a value indicating whether this identifier represents a system target.

PrimaryKeyString

get
View source
public string PrimaryKeyString
Gets the string primary key extension, or an empty string if this identifier has no key extension.