We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc6babc + 22be13f commit 9e07c63Copy full SHA for 9e07c63
arangodb-net-standard/CollectionApi/Models/ComputedValue.cs
@@ -40,7 +40,7 @@ public class ComputedValue
40
/// and "replace".
41
/// The default is ["insert", "update", "replace"]
42
/// </summary>
43
- public List<string> ComputedOn { get; set; } = new List<string>() { "insert", "update", "replace" };
+ public List<string> ComputeOn { get; set; } = new List<string>() { "insert", "update", "replace" };
44
45
/// <summary>
46
/// Optional. Indicates whether the target attribute shall
@@ -59,4 +59,4 @@ public class ComputedValue
59
60
public bool? FailOnWarning { get; set; }
61
}
62
-}
+}
0 commit comments