Skip to content

LangfuseResourceLockKey

NexusLabs.Foundry.Langfuse

LangfuseResourceLockKey Class

Represents a stable opaque key for a project-scoped Langfuse resource lock.

public sealed class LangfuseResourceLockKey : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfuseResourceLockKey>

Inheritance System.Object 🡒 LangfuseResourceLockKey

Implements System.IEquatable<LangfuseResourceLockKey>

Remarks

Distributed ILangfuseResourceLockProvider implementations should use Value as the backend lock identifier and treat its format as opaque.

Properties

LangfuseResourceLockKey.Value Property

Gets the stable opaque lock identifier.

public string Value { get; }

Property Value

System.String