# StatefulSetOrdinalsV1 Properties

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

Represents the configuration of ordinals for a StatefulSet in Kubernetes.

## Start

- Name: `Start`
- Modifiers: `nullable` `get; set`
- Returns: `int?`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/StatefulSetOrdinalsV1.cs)

Gets or sets the starting ordinal value for the StatefulSet instances. This property defines the initial index from which the StatefulSet instances will begin counting.

```csharp
public int? Start { get; set; }
```
