Compartir a través de


SearchService.ReplicaCount Propiedad

Definición

Obtiene o establece el número de réplicas en el servicio de búsqueda. Si se especifica, debe ser un valor entre 1 y 12 inclusive para las SKU estándar o entre 1 y 3 inclusive para la SKU básica.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a