Class AbpDistributedLockDaprOptions
Inheritance
object
AbpDistributedLockDaprOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DistributedLocking.Dapr
Assembly: Volo.Abp.DistributedLocking.Dapr.dll
Syntax
public class AbpDistributedLockDaprOptions
Constructors
AbpDistributedLockDaprOptions()
Declaration
public AbpDistributedLockDaprOptions()
Properties
DefaultExpirationTimeout
Declaration
public TimeSpan DefaultExpirationTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
Owner
Declaration
public string? Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StoreName
Declaration
public string StoreName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |