Skip to content

JobShard Properties

Base implementation of IJobShard that provides common functionality for job shard implementations.

EndTime

getset
View source
public DateTimeOffset EndTime
Gets the end time of the time range managed by this shard.

Id

getset
View source
public string Id
Gets the unique identifier for this job shard.

IsAddingCompleted

getset
View source
public bool IsAddingCompleted
Gets a value indicating whether this shard has been marked as complete and is no longer accepting new jobs.

Metadata

getset
View source
public IDictionary<string, string>? Metadata
Gets optional metadata associated with this job shard.

StartTime

getset
View source
public DateTimeOffset StartTime
Gets the start time of the time range managed by this shard.