# SleepActionV1 Properties

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [SleepActionV1](/reference/api/csharp/aspire.hosting.kubernetes/sleepactionv1.md)
- Kind: `Properties`
- Members: `1`

Represents an action to pause execution for a specified duration in seconds.

## Seconds

- Name: `Seconds`
- Modifiers: `get; set`
- Returns: `long`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/SleepActionV1.cs)

Represents the duration in seconds associated with a sleep action.

```csharp
public long Seconds { get; set; }
```

## Remarks

The value specifies the number of seconds the action should pause or delay.
