# JobShard Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.jobshard/)

## EndTime {#endtime-86152b61}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.jobshard/properties/endtime-86152b61/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/JobShard.cs)

```csharp
public DateTimeOffset EndTime
```

Gets the end time of the time range managed by this shard.

## Id {#id-e1bc0165}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.jobshard/properties/id-e1bc0165/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/JobShard.cs)

```csharp
public string Id
```

Gets the unique identifier for this job shard.

## IsAddingCompleted {#isaddingcompleted-69e025e1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.jobshard/properties/isaddingcompleted-69e025e1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/JobShard.cs)

```csharp
public bool IsAddingCompleted
```

Gets a value indicating whether this shard has been marked as complete and is no longer accepting new jobs.

## Metadata {#metadata-2b11e2de}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.jobshard/properties/metadata-2b11e2de/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/JobShard.cs)

```csharp
public IDictionary<string, string>? Metadata
```

Gets optional metadata associated with this job shard.

## StartTime {#starttime-bc9215d0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.durablejobs/orleans.durablejobs.jobshard/properties/starttime-bc9215d0/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.DurableJobs/JobShard.cs)

```csharp
public DateTimeOffset StartTime
```

Gets the start time of the time range managed by this shard.
