Class ScheduleListDescription
- Namespace
- Temporalio.Client.Schedules
- Assembly
- Temporalio.dll
Description of a listed schedule.
public class ScheduleListDescription
- Inheritance
-
ScheduleListDescription
- Inherited Members
Properties
Id
Gets the schedule ID.
public string Id { get; }
Property Value
Info
Gets information about the schedule.
public ScheduleListInfo? Info { get; }
Property Value
Remarks
This may not be present in older Temporal servers without advanced visibility.
Memo
Gets the schedule memo dictionary, lazily creating when accessed.
public IReadOnlyDictionary<string, IEncodedRawValue> Memo { get; }
Property Value
Schedule
Gets the schedule.
public ScheduleListSchedule? Schedule { get; }
Property Value
Remarks
This may not be present in older Temporal servers without advanced visibility.
TypedSearchAttributes
Gets the search attributes on the schedule.
public SearchAttributeCollection TypedSearchAttributes { get; }
Property Value
Remarks
This is lazily converted on first access.