# LeaseBasedQueueBalancerOptions Properties

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

## LeaseAcquisitionPeriod {#leaseacquisitionperiod-df69b6b7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/properties/leaseacquisitionperiod-df69b6b7/)

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

```csharp
public TimeSpan LeaseAcquisitionPeriod
```

Gets or sets how often balancer attempts to acquire leases.

## LeaseAquisitionPeriod {#leaseaquisitionperiod-8beec6bc}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/properties/leaseaquisitionperiod-8beec6bc/)

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

```csharp
[System.Obsolete(Use LeaseAcquisitionPeriod instead., True)]
public TimeSpan LeaseAquisitionPeriod
```

Gets or sets how often balancer attempts to acquire leases.

## LeaseCategory {#leasecategory-d9b784bb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/properties/leasecategory-d9b784bb/)

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

```csharp
public string LeaseCategory
```

Gets or sets the lease category, allows for more fine grain partitioning of leases.

## LeaseLength {#leaselength-e8afcd9b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/properties/leaselength-e8afcd9b/)

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

```csharp
public TimeSpan LeaseLength
```

Gets or sets the length of the lease.

### Value

The length of the lease.

## LeaseRenewPeriod {#leaserenewperiod-bfef8945}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.configuration.leasebasedqueuebalanceroptions/properties/leaserenewperiod-bfef8945/)

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

```csharp
public TimeSpan LeaseRenewPeriod
```

Gets or sets the lease renew period.

### Value

The lease renew period.
