Table of Contents

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

string

Info

Gets information about the schedule.

public ScheduleListInfo? Info { get; }

Property Value

ScheduleListInfo

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

IReadOnlyDictionary<string, IEncodedRawValue>

Schedule

Gets the schedule.

public ScheduleListSchedule? Schedule { get; }

Property Value

ScheduleListSchedule

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

SearchAttributeCollection

Remarks

This is lazily converted on first access.