We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8962d0d commit 86bb34bCopy full SHA for 86bb34b
src/Nest/XPack/Graph/Explore/Request/GraphExploreControls.cs
@@ -21,16 +21,12 @@ public interface IGraphExploreControls
21
22
public class GraphExploreControls : IGraphExploreControls
23
{
24
- [JsonProperty("use_significance")]
25
public bool? UseSignificance { get; set; }
26
27
- [JsonProperty("sample_size")]
28
public int? SampleSize { get; set; }
29
30
- [JsonProperty("timeout")]
31
public Time Timeout { get; set; }
32
33
- [JsonProperty("sample_diversity")]
34
public SampleDiversity SampleDiversity { get; set; }
35
}
36
0 commit comments