# LeaseBasedQueueBalancerOptions Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/)

## DefaultLeaseCategory {#defaultleasecategory-3ea4d0ef}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/fields/defaultleasecategory-3ea4d0ef/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/LeaseBasedQueueBalancerOptions.cs)

```csharp
public const string DefaultLeaseCategory
```

The default lease category

## DefaultLeaseLength {#defaultleaselength-d37f6eee}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/fields/defaultleaselength-d37f6eee/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/LeaseBasedQueueBalancerOptions.cs)

```csharp
public static readonly TimeSpan DefaultLeaseLength
```

The default lease length.

## DefaultLeaseRenewPeriod {#defaultleaserenewperiod-052838a6}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/fields/defaultleaserenewperiod-052838a6/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/LeaseBasedQueueBalancerOptions.cs)

```csharp
public static readonly TimeSpan DefaultLeaseRenewPeriod
```

The default lease renew period

## DefaultMinLeaseAcquisitionPeriod {#defaultminleaseacquisitionperiod-9c01c5f0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/fields/defaultminleaseacquisitionperiod-9c01c5f0/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/LeaseBasedQueueBalancerOptions.cs)

```csharp
public static readonly TimeSpan DefaultMinLeaseAcquisitionPeriod
```

The default minimum lease acquisition period.

## DefaultMinLeaseAquisitionPeriod {#defaultminleaseaquisitionperiod-d3b57bfd}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/fields/defaultminleaseaquisitionperiod-d3b57bfd/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/QueueBalancer/LeaseBasedQueueBalancerOptions.cs)

```csharp
[System.Obsolete(Use DefaultMinLeaseAcquisitionPeriod instead., True)]
public static readonly TimeSpan DefaultMinLeaseAquisitionPeriod
```

The default minimum lease acquisition period.
