BackendServiceFabricClusterProperties.MaxPartitionResolutionRetries Property

Definition

Gets or sets maximum number of retries while attempting resolve the partition.

[Newtonsoft.Json.JsonProperty(PropertyName="maxPartitionResolutionRetries")]
public int? MaxPartitionResolutionRetries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPartitionResolutionRetries")>]
member this.MaxPartitionResolutionRetries : Nullable<int> with get, set
Public Property MaxPartitionResolutionRetries As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to