IndexDefinition.Shards Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The numbers of shards for the index to use.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
[System.Text.Json.Serialization.JsonPropertyName("shards")]
public int? Shards { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
[<System.Text.Json.Serialization.JsonPropertyName("shards")>]
member this.Shards : Nullable<int> with get, set
Public Property Shards As Nullable(Of Integer)
Property Value
- Attributes