Class BuildIdVersionSet
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
A set of Build IDs which are compatible with each other.
public record BuildIdVersionSet : IEquatable<BuildIdVersionSet>
- Inheritance
-
BuildIdVersionSet
- Implements
- Inherited Members
Constructors
BuildIdVersionSet(IReadOnlyCollection<string>)
A set of Build IDs which are compatible with each other.
public BuildIdVersionSet(IReadOnlyCollection<string> BuildIds)
Parameters
BuildIds
IReadOnlyCollection<string>The Build IDs.
Properties
BuildIds
The Build IDs.
public IReadOnlyCollection<string> BuildIds { get; init; }
Property Value
Default
Gets the default Build ID for this set.
public string Default { get; }
Property Value
- string
That Build ID.